-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "planeui",
"version": "0.1.0",
"description": "The Modern HTML5 Cross-Device Responsive Front-end UI Framework.",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pandao/planeui.git"
},
"keywords": [
"planeui",
"PlaneUI",
"HTML5",
"UI",
"Kit"
],
"author": "Pandao",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandao/planeui/issues"
},
"homepage": "https://github.com/pandao/planeui",
"devDependencies": {
"dateformatter": "^0.1.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-jsdoc": "^0.1.4",
"gulp-jsdoc-to-markdown": "^0.1.5",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^1.1.6",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.1"
}
}