forked from dizhu/amazeui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "AmazeUI",
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
"version": "1.0.0",
"keywords": [
"AMUI, Amaze UI, AllMobile"
],
"homepage": "http://amui.yunshipei.com",
"author": "Allmobilize, Inc.",
"scripts": {
"test": "grunt test",
"start": "node amui_server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/allmobilize/amui"
},
"bugs": {
"url": "https://github.com/amui/issues"
},
"devDependencies": {
"fs-extra": "^0.10.0",
"gulp": "^3.8.1",
"gulp-bower": "^0.0.6",
"gulp-changed": "latest",
"gulp-clean": "^0.3.0",
"gulp-cmd-transport": "^0.1.1",
"gulp-concat": "latest",
"gulp-header": "^1.0.2",
"gulp-less": "^1.2.3",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "latest",
"gulp-util": "^2.2.14",
"gulp-watch": "latest",
"gulp-zip": "^0.4.0",
"lodash": "^2.4.1",
"underscore": "~1.6.0"
},
"license": "MIT"
}