-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
51
{
"name": "flash-generator",
"version": "1.1.0",
"description": "",
"main": "index.js",
"bin": {
"flash": "./index.js"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"chalk": "^1.1.3",
"clear": "0.0.1",
"clui": "^0.3.1",
"figlet": "^1.2.0",
"github": "^9.2.0",
"inquirer": "^3.0.6",
"js-beautify": "^1.6.14",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"ora": "^1.2.0",
"preferences": "^0.2.1",
"simple-git": "^1.73.0",
"touch": "^1.0.0",
"webpack": "^2.6.1",
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1"
},
"devDependencies": {},
"scripts": {
"dev": "nodemon --debug index.js 80"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iiison/flash-generator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iiison/flash-generator/issues"
},
"homepage": "https://github.com/iiison/flash-generator#readme"
}