-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "effort.less",
"description": "simple less mixins and styles for dynamic and beautiful mobile first sites",
"version": "0.14.1",
"private": true,
"author": "kmchugh",
"repository": {
"type": "git",
"url": "https://github.com/kmchugh/effort.less"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt dev",
"postinstall": "bower install"
},
"dependencies": {
"bootstrap": "^3.3.4",
"bower": "^1.4.1"
},
"devDependencies": {
"matchdep": "^0.3.0",
"node-static": "^0.7.5",
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.7.0",
"grunt-contrib-jade": "^0.14.1",
"node-static": "^0.7.6"
}
}