-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 746 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 746 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
34
35
{
"name": "polycode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"polycode": "./index.js"
},
"scripts": {
"devsetup": "npm install -g"
},
"repository": {
"type": "git",
"url": "git+https://github.com/froothacks/polycode2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/froothacks/polycode2/issues"
},
"homepage": "https://github.com/froothacks/polycode2#readme",
"dependencies": {
"chalk": "^2.4.1",
"acorn": "^6.0.2",
"acorn-jsx": "^5.0.0",
"case": "^1.5.5",
"commander": "^2.18.0",
"filbert": "^0.1.20",
"fs": "0.0.1-security",
"request": "^2.88.0"
},
"devDependencies": {
"eslint": "^5.6.1"
}
}