-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "gengojs-notation",
"version": "1.0.1",
"description": "The official notation used in gengo.js",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gengojs/notation.git"
},
"keywords": [
"gengojs",
"gengo.js",
"i18n",
"l10n",
"internationalize"
],
"author": "iwatakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/gengojs/notation/issues"
},
"homepage": "https://github.com/gengojs/notation#readme",
"devDependencies": {
"chai": "^3.3.0",
"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-mocha": "^2.1.3",
"gulp-shell": "^0.4.3",
"gulp-sourcemaps": "^1.6.0",
"jshint-stylish": "^2.0.1",
"rimraf": "^2.4.3",
"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"
}
}