-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.95 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "mastery",
"version": "1.0.0-alpha2",
"description": "MasteryJS command line utility",
"author": "Muhammad Labib Ramadhan",
"email": "[email protected]",
"license": "MIT",
"bin": {
"mastery": "build/cli.js"
},
"scripts": {
"lint": "eslint src test --fix",
"generate-docs": "jsdoc -c jsdoc.json"
},
"pre-commit": [
"lint"
],
"repository": {
"url": "https://github.com/labibramadhan/mastery-cli.git",
"type": "git"
},
"keywords": [
"hapi",
"api",
"cli",
"rest",
"sequelize",
"generator",
"boilerplate",
"starter",
"basecode",
"springboard"
],
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-stage-3": "^6.17.0",
"docdash": "^0.4.0",
"eslint": "^3.12.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"gulp-jsdoc3": "^1.0.1",
"jsdoc": "^3.4.3",
"jsdoc-babel": "^0.3.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"clear": "^0.0.1",
"cli-spinner": "^0.2.5",
"commander": "^2.9.0",
"del": "^2.2.2",
"figlet": "^1.2.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-copy": "^1.0.0",
"gulp-uglify": "^2.0.0",
"inquirer": "^2.0.0",
"lodash": "^4.17.2",
"loud-rejection": "^1.6.0",
"nconf": "^0.8.4",
"node-polyglot": "^2.2.1",
"pm2": "^2.2.1",
"prompt": "^1.0.0",
"simple-git": "^1.65.0"
}
}