-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 727 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 727 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
{
"author": "Thomas Frössman <thomasf@jossystem.se> (http://thomas.jossystem.se)",
"name": "solarized-css",
"description": "A default html style sheet using solarized colors",
"version": "0.0.0",
"dependencies": {
"uglifycss": "*",
"stylus": "*",
"coffee-script": "*",
"uglify-js": "*",
"grunt-lib-contrib": "~0.3.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-stylus": "~0.12.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-concurrent": "~0.4.2",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-concat": "~0.3.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}