forked from tianxiangbing/react-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 895 Bytes
/
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
{
"name": "react-cn",
"version": "1.0.0",
"description": "react 中国",
"main": "index.js",
"scripts": {
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tianxiangbing/react-cn.git"
},
"keywords": [
"react"
],
"author": "tianxiangbing",
"license": "ISC",
"bugs": {
"url": "https://github.com/tianxiangbing/react-cn/issues"
},
"homepage": "https://github.com/tianxiangbing/react-cn#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-ext-replace": "^0.3.0",
"gulp-file-include": "^0.13.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-ruby-sass": "^2.0.6",
"gulp-to-markdown": "^1.0.0",
"gulp-uglify": "^2.0.0",
"highlightjs": "^8.7.0",
"marked": "^0.3.6"
}
}