-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 785 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 785 Bytes
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
{
"author": "Johh Lynch",
"name": "react-starter-template",
"version": "1.0.0",
"homepage": "http://www.rigelgroupllc.com",
"dependencies": {},
"devDependencies": {
"gulp": "~3.3.2",
"gulp-coffee": "~1.2.5",
"gulp-sass": "~0.4.0",
"gulp-watch": "~0.4.1",
"webpack": "~1.0.0-beta6",
"webpack-dev-server": "~1.2.0",
"jsx-loader": "git://github.com/petehunt/jsx-loader",
"coffee-script": "*",
"gulp-util": "*",
"coffee-loader": "~0.6.0",
"script-loader": "~0.5.1",
"gulp-clean": "~0.2.2",
"gulp-livereload": "~0.2.0",
"tiny-lr": "0.0.5",
"express": "~3.4.8",
"bower": "1.3.6",
"tmp": "0.0.23",
"gulp-rev": "~0.2.0",
"gulp-uglify": "~0.1.0",
"gulp-minify-css": "~0.2.0"
},
"license": "MIT"
}