-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 889 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
{
"name": "reactjs-template",
"email":"[email protected]",
"url":"http://svirmasalo.fi",
"version": "0.5.0",
"repository": {
"type":"git",
"url":"https://github.com/svirmasalo/react-template/"
},
"description": "Template for building React apps.",
"keywords":["React", "HTML5", "Babel","ES6"],
"bugs": {
"url" : "https://github.com/owner/project/issues",
"email" : "[email protected]"
},
"main": "index.html",
"author": "Sampo Virmasalo",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.1",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.11"
}
}