-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
{
"name": "dukgyp",
"version": "1.0.3",
"bin": {
"dukgyp": "./bin/dukgyp"
},
"files": [
"bin",
"deps",
"src",
"tools",
"dukgyp.gyp.json",
"webpack.config.js"
],
"description": "gyp.js on duktape",
"main": "src/dukgyp.js",
"binding": false,
"scripts": {
"test": "npm run build && ./out/Release/dukgyp-test",
"build": "gypkg build dukgyp.gyp.json",
"install": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/indutny/dukgyp.js.git"
},
"keywords": [
"duktape",
"gyp"
],
"author": "Fedor Indutny <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/dukgyp.js/issues"
},
"homepage": "https://github.com/indutny/dukgyp.js#readme",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"gyp.js": "^1.6.0",
"gypkg": "^2.7.7",
"webpack": "^2.2.1",
"yargs": "^7.0.2"
}
}