-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (58 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
{
"name": "bootCommerce",
"description": "Ecommerce commponets based on bootstrap",
"version": "0.0.1",
"keywords": [
"css",
"less",
"ecommerce",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://github.com/leedorian/bootCommerce/",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/leedorian/bootCommerce.git"
},
"bugs": {
"url": "https://github.com/leedorian/bootCommerce/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/leedorian/bootCommerce/blob/master/LICENSE.md"
},
"devDependencies": {
"glob": "~4.3.1",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.1.0",
"grunt-banner": "~0.3.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jade": "~0.14.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-htmlhint-plus": "~0.0.6",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",
"grunt-html-validation": "~0.1.18",
"grunt-jscs": "~1.1.0",
"grunt-processhtml": "~0.3.6",
"load-grunt-tasks": "~2.0.0",
"remarkable": "~1.6.0",
"time-grunt": "~1.0.0",
"grunt-browser-sync": "~2.0.0"
},
"engines": {
"node": "~0.10.1"
},
"dependencies": {
}
}