forked from zafree/bootaide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 859 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 859 Bytes
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": "bootaide",
"version": "0.0.0",
"description": "Panic free less framework and loving bootstrap based web ui kits package.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap",
"bootaide",
"app",
"apps",
"flat",
"web",
"ui",
"kit",
"responsive"
],
"homepage": "http://zafree.github.io/bootaide",
"author": "Zafree",
"license": {
"type": "MIT",
"url": "https://github.com/zafree/bootaide/blob/master/LICENSE"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-open": "^0.2.3",
"matchdep": "^0.3.0"
}
}