-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "emscripten-js-library-napi",
"version": "0.0.1",
"description": "([N-API](https://nodejs.org/api/n-api.html)) implement for emscripten.",
"main": "lib/js-library-napi.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"gulp": "gulp",
"emcc-path": "node _bin/emcc-path.js",
"emscripten-js-library-napi-path": "node bin/emscripten-js-library-napi-path",
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/template": "^7.1.0",
"chai": "^4.1.2",
"fancy-log": "^1.3.2",
"ggyp": "^0.0.12",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-task-fetch-deps": "github:octo-utils/gulp-task-fetch-deps#daab27e",
"mocha": "^5.2.0",
"node-gyp": "^3.8.0",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-node-resolve": "^3.4.0",
"shelljs": "^0.8.2",
"stream-to-promise": "^2.2.0",
"through2": "^2.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^12.0.2"
}
}