forked from toddmotto/fireshell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
{
"name": "fireshell",
"title": "Fiercely quick and opinionated front-ends",
"url": "http://getfireshell.com",
"author": {
"name": "Todd Motto",
"url": "https://github.com/toddmotto"
},
"contributors": [
{
"name": "Noah Rodenbeek",
"url": "https://github.com/nominalaeon"
}
],
"copyright": "2016",
"version": "2.0.0-alpha",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/toddmotto/fireshell.git"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"bower": "^1.7.9",
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bower": "0.0.13",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-header": "^1.8.8",
"gulp-jshint": "^2.0.1",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.9",
"jshint": "^2.9.2",
"pump": "^1.0.1"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}