-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "turismo-site",
"version": "0.0.1",
"description": "turismo-site",
"main": "js/app.js",
"scripts": {
"start": "watchify js/app.js -o js/bundle.js -v -d",
"build": "NODE_ENV=production browserify . | uglifyjs -cm > js./bundle.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cran-io/turismo-site"
},
"author": "CRAN.IO",
"license": "ISC",
"bugs": {
"url": "https://github.com/cran-io/turismo-site/issues"
},
"homepage": "http://turismosite.com",
"dependencies": {
"flux": "^2.0.1",
"keymirror": "^0.1.1",
"object-assign": "^2.0.0",
"react": "^0.12.2",
"react-bootstrap-datetimepicker": "0.0.18",
"react-router": "^0.12.0",
"string.prototype.repeat": "^0.2.0",
"superagent": "^0.21.0",
"superagent-prefix": "0.0.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^8.1.3",
"envify": "^3.2.0",
"reactify": "^1.0.0",
"uglify-js": "^2.4.16",
"watchify": "^2.3.0"
},
"browserify": {
"transform": [
"reactify",
"envify"
]
}
}