-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "require-emscripten",
"version": "2.4.1",
"description": "Require c++ or c files and have them compiled through emscripten!",
"main": "index.js",
"directories": {
"test": "test"
},
"browser": "./browserify/fake-for-browsers.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --slow 20000 --timeout 60000"
},
"author": "",
"license": "WTFPL",
"devDependencies": {
"browserify": "^16.2.2",
"coffee-script": "^1.9.1",
"mocha": "^5.2.0",
"sinon": "^1.14.1"
},
"dependencies": {
"static-module": "^3.0.0",
"through": "^2.3.6",
"ws": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fabiosantoscode/require-emscripten"
},
"keywords": [
"browserify-transform"
]
}