-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.22 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.22 KB
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
51
52
53
54
55
{
"name": "flutter-boot",
"version": "0.0.7",
"description": "Flutter existing App integration tool.",
"bin": {
"flutter-boot": "./index.js"
},
"main": "index.js",
"scripts": {
"debug": "node --inspect --inspect-port=50521 index.js .",
"test": "./node_modules/.bin/mocha --require babel-register --timeout 5000"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"flutter-boot",
"flutter",
"plugin"
],
"author": "Tino, Zhiming Xiang, Yin Ma, Hang Wu",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"ncp": "^2.0.0",
"cross-spawn": "7.0.0",
"uuid": "3.3.3",
"concat-stream": "2.0.0",
"del": "5.1.0",
"json-parse-helpfulerror": "^1.0.3",
"npmlog": "^4.0.0",
"assets": "^3.0.1",
"commander": "^2.19.0",
"eslint": "^5.12.0",
"js-yaml": "^3.12.1",
"mustache": "^3.0.1",
"easy-table": "~1.0.0",
"inquirer": "7.0.0",
"ora": "^0.3.0",
"colors": "^1.1.2",
"babel-register": "^6.24.1",
"babel-preset-es2015": "^6.3.13",
"babel-cli": "^6.0.0",
"chai": "3.5.0",
"svn-info": "1.0.0",
"git-url-parse": "11.1.2"
},
"devDependencies": {
"mocha": "6.2.0"
}
}