-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "starter-template",
"version": "1.0.0",
"description": "Front End Starter Template",
"repository": {
"type": "git",
"url": "[email protected]:alienation/front-end-starter-template.git"
},
"author": "Ross McMillan",
"license": "BSD",
"main": "Gruntfile.js",
"dependencies": {
"browser-sync": "^1.9.1",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.3",
"gulp-debug": "^2.0.0",
"gulp-filter": "^2.0.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.1.0",
"gulp-pixrem": "^0.1.1",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babelify": "^6.1.2",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"react-a11y": "^0.1.1",
"vinyl-source-stream": "^1.1.0"
}
}