-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "kickoff",
"title": "Kickoff",
"description": "A lightweight front-end framework for creating scalable, responsive sites",
"version": "4.0.0",
"homepage": "http://tmwagency.github.io/kickoff/",
"authors": [
{
"name": "Zander Martineau",
"url": "http://martineau.tv"
},
{
"name": "Ashley Nolan",
"url": "http://ashleynolan.co.uk"
}
],
"repository": {
"type": "git",
"url": "git://github.com/tmwagency/kickoff.git"
},
"bugs": {
"url": "https://github.com/tmwagency/kickoff/issues"
},
"license": "MIT",
"engines": {
"node": ">=0.6"
},
"dependencies": {},
"devDependencies": {
"glob": "~4.0.4",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~0.8.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csso": "~0.6.2",
"grunt-grunticon": "~1.2.9",
"grunt-jquery-builder": "~0.1.1",
"grunt-jscs": "~0.6.1",
"grunt-newer": "~0.7.0",
"grunt-shell": "^0.7.0",
"grunt-svgmin": "~0.4.0",
"load-grunt-configs": "~0.4.0",
"load-grunt-tasks": "~0.6.0"
},
"keywords": [],
"scripts": {
"test": "grunt travis --verbose"
}
}