-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.11 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
{
"name": "milligrid",
"version": "1.1.0",
"description": "A CSS grid frameword",
"homepage": "http://bencoveney.github.io/Milligrid/",
"repository": "bencoveney/Milligrid",
"license": "MIT",
"author": "Ben Coveney <[email protected]>",
"main": "dist/milligrid.css",
"keywords": [
"bootstrap",
"css",
"css3",
"flexbox",
"flex-box",
"front-end",
"framework",
"html",
"html5",
"less",
"responsive",
"mobile",
"mobile-first",
"postcss",
"sass",
"scss",
"grid"
],
"ignore": [
".editorconfig",
".gitignore",
".npmignore",
"Gruntfile.js",
"package.json",
"test"
],
"devDependencies": {
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^2.1.0",
"grunt-sass-lint": "^0.2.4",
"load-grunt-tasks": "^4.0.0",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"start": "grunt",
"test": "grunt build"
}
}