-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "hactar",
"version": "0.0.57",
"description": "A solution to JavaScript Fatigue. ",
"main": "lib/index.js",
"bin": {
"hactar": "./bin/index.js"
},
"scripts": {
"build": "babel src --out-dir lib",
"build:docs": "docpress build",
"deploy:docs": "npm run build && git-directory-deploy --directory _docpress/",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hactar-js/hactar.git"
},
"keywords": [
"generator"
],
"author": "K-2052",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hactar-js/hactar/issues"
},
"homepage": "https://github.com/Hactar-js/hactar#readme",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"docpress": "^0.6.11",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.0",
"git-directory-deploy": "^1.3.0"
},
"dependencies": {
"babel-polyfill": "^6.5.0",
"chalk": "^1.1.1",
"chokidar": "^1.4.2",
"commander": "^2.9.0",
"classnames": "^2.2.3",
"gitignore-globs": "^0.1.1",
"hactar-util": "^0.0.1",
"js-csp": "^0.5.0",
"redux": "^3.3.1"
}
}