-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
43 lines (43 loc) · 922 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
37
38
39
40
41
42
43
{
"name": "boostui",
"version": "0.0.1",
"description": "a boost ui",
"main": "dist/boostui.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Clouda-team/boostui.git"
},
"keywords": [
"ui",
"clouda",
"boost"
],
"author": "Clouda team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Clouda-team/boostui/issues"
},
"homepage": "https://github.com/Clouda-team/boostui",
"devDependencies": {
"del": "~1.2.0",
"gulp": "~3.9.0",
"gulp-gulp": "0.0.4",
"gulp-less": "~3.0.3",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-css": "~1.1.1",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev-collector": "^1.0.2",
"gulp-size": "~1.2.1",
"gulp-uglify": "~1.2.0"
},
"dependencies": {
"fecs": "~0.3.1-beta.1"
}
}