-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.19 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-template",
"version": "0.4.0",
"description": "Organized rendering.",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"xtend": "~4.0.0"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-mocha-test": "~0.10.2",
"grunt-bump": "0.0.13",
"browserify": "~3.44.2",
"grunt-contrib-connect": "~0.7.1",
"grunt-mocha": "~0.4.10",
"grunt-express": "~1.2.1",
"express": "~4.0.0",
"grunt-browserify": "~2.1.2",
"envify": "~1.2.0",
"browserify-shim": "~3.6.0"
},
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/matthewwithanm/react-template.js.git"
},
"keywords": [
"react",
"reactjs"
],
"author": "Matthew Dapena-Tretter <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewwithanm/react-template/issues"
},
"browserify-shim": {
"react": "global:React"
}
}