forked from ssorallen/turbo-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "turbo-react",
"version": "0.8.3",
"description": "Transitions between static HTML pages; no app server required.",
"main": "./public/dist/turbo-react.min.js",
"scripts": {
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/ssorallen/turbo-react.git"
},
"keywords": [
"react",
"turbolinks"
],
"author": "Ross Allen <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ssorallen/turbo-react/issues"
},
"homepage": "https://github.com/ssorallen/turbo-react",
"dependencies": {
"htmltojsx": "0.2.5",
"react": "0.13.3",
"react-tools": "0.13.3"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"turbolinks": "git://github.com/ssorallen/turbolinks",
"webpack": "^1.4.15"
}
}