-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "gengojs-core-modules",
"version": "2.2.0",
"description": "gengo.js core modules is a set of modules that helps the core to function properly.",
"main": "src/modules/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gengojs/gengojs-core-modules.git"
},
"keywords": [
"gengojs",
"gengo.js",
"gengojs-core",
"i18n",
"l10n",
"internationalization",
"international",
"localize",
"localization"
],
"author": "iwatakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/gengojs/gengojs-core-modules/issues"
},
"homepage": "https://github.com/gengojs/gengojs-core-modules",
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-changelog": "^1.0.0",
"gulp-dest": "^0.2.2",
"gulp-gh-pages": "^0.5.2",
"gulp-jsbeautify": "^0.1.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-shell": "^0.4.3",
"gulp-sourcemaps": "^1.5.2",
"jshint-stylish": "^2.0.1",
"mr-doc": "git+https://github.com/mr-doc/mr-doc.git",
"mr-doc-theme-cayman": "git+https://github.com/mr-doc/mr-doc-theme-cayman.git",
"rimraf": "^2.4.3"
},
"dependencies": {
"gengojs-debug": "^2.0.4",
"js-yaml": "^3.4.0",
"lodash": "^3.10.1",
"toml": "^2.3.0"
}
}