-
Notifications
You must be signed in to change notification settings - Fork 183
/
package.json
35 lines (35 loc) · 978 Bytes
/
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
{
"name": "fireshell",
"title": "Fiercely quick and opinionated front-ends",
"url": "http://getfireshell.com",
"author": "Todd Motto",
"copyright": "2013",
"version": "1.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/toddmotto/fireshell.git"
},
"devDependencies": {
"bower": "^1.7.7",
"connect-livereload": "^0.5.4",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-banner": "^0.6.0",
"grunt-bower": "^0.21.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"load-grunt-tasks": "~3.4.1",
"serve-static": "^1.10.2"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}