-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "mossflower",
"version": "0.2.9",
"description": "Mossflower is a global reset CSS utility for both LESS and SASS",
"main": "src/less/mossflower.less",
"scripts": {
"grunt": "./node_modules/grunt-cli/bin/grunt",
"bower": "./node_modules/bower/bin/bower install",
"all": "npm install;./node_modules/bower/bin/bower install;./node_modules/grunt-cli/bin/grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/herereadthis/mossflower.git"
},
"keywords": [
"reset",
"css",
"less"
],
"author": {
"name": "Jimmy Ha",
"email": "herereadthis@gmail.com",
"url": "http://herereadthis.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/herereadthis/mossflower/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/herereadthis/mossflower/issues"
},
"homepage": "https://github.com/herereadthis/mossflower",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
}
}