-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "gengojs-debug",
"version": "2.0.4",
"description": "The debugger console for gengo.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iwatakeshi/gengojs-debug.git"
},
"keywords": [
"debug",
"gengo.js",
"utility",
"gengojs",
"i18n"
],
"author": "iwatakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwatakeshi/gengojs-debug/issues"
},
"homepage": "https://github.com/iwatakeshi/gengojs-debug#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-changelog": "^1.0.0",
"gulp-gh-pages": "^0.5.2",
"gulp-jsbeautify": "^0.1.1",
"gulp-jshint": "^1.11.2",
"gulp-shell": "^0.4.3",
"gulp-sourcemaps": "^1.6.0",
"jshint-stylish": "^2.0.1",
"rimraf": "^2.4.3"
},
"dependencies": {
"chalk": "^1.1.1",
"debug": "^2.2.0",
"lodash": "^3.10.1",
"source-map-support": "^0.3.2"
}
}