-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "cpmas",
"version": "0.0.1",
"homepage": "http://www.surprisehighway.com",
"authors": [
"Rob Knecht <[email protected]>",
"Mike Kroll <[email protected]>"
],
"description": "A project by Surpise Highway.",
"private": true,
"license": "UNLICENSED",
"main": "",
"repository": {
"type": "git",
"url": "https://github.com/surprisehighway/"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bourbon": "^4.3.4",
"bourbon-neat": "^2.1.0",
"browser-sync": "^2.18.13",
"gulp": "~3.9",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "~2.2.0",
"gulp-cssnano": "^2.1.1",
"gulp-rename": "~1.2.0",
"gulp-rev": "^8.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "~0.6.10",
"wiredep": "^4.0.0"
}
}