2016-02-22 02:52:19 +00:00
|
|
|
{
|
2016-04-12 09:48:12 +00:00
|
|
|
"description": "The website for npmcdn.com",
|
2016-04-30 23:31:42 +00:00
|
|
|
"author": "Michael Jackson",
|
2016-05-16 22:12:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "heroku local -f Procfile.local",
|
|
|
|
"build": "rimraf lib && babel ./modules -d lib",
|
|
|
|
"heroku-postbuild": "npm run build"
|
|
|
|
},
|
2016-02-22 02:52:19 +00:00
|
|
|
"dependencies": {
|
2016-05-16 22:12:49 +00:00
|
|
|
"babel-cli": "^6.8.0",
|
2016-05-01 00:26:23 +00:00
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
"babel-preset-react": "^6.5.0",
|
2016-04-30 23:52:43 +00:00
|
|
|
"babel-register": "^6.7.2",
|
2016-02-22 02:52:19 +00:00
|
|
|
"cors": "^2.7.1",
|
2016-05-03 19:54:13 +00:00
|
|
|
"csso": "^2.0.0",
|
2016-02-22 02:55:06 +00:00
|
|
|
"express": "^4.13.4",
|
2016-05-01 00:26:23 +00:00
|
|
|
"express-react-views": "^0.10.1",
|
2016-05-16 21:16:52 +00:00
|
|
|
"npm-http-server": "^2.10.0",
|
2016-04-12 11:46:23 +00:00
|
|
|
"on-finished": "^2.3.0",
|
2016-05-01 00:26:23 +00:00
|
|
|
"react": "^15.0.2",
|
|
|
|
"react-dom": "^15.0.2",
|
2016-05-16 22:12:49 +00:00
|
|
|
"redis": "^2.6.0-1",
|
|
|
|
"rimraf": "^2.5.2"
|
2016-04-12 09:48:12 +00:00
|
|
|
},
|
2016-04-07 11:46:21 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "5.8.x"
|
2016-04-30 23:52:43 +00:00
|
|
|
},
|
|
|
|
"babel": {
|
|
|
|
"presets": [
|
2016-05-01 00:26:23 +00:00
|
|
|
"es2015",
|
|
|
|
"react"
|
2016-04-30 23:52:43 +00:00
|
|
|
]
|
2016-02-22 02:52:19 +00:00
|
|
|
}
|
|
|
|
}
|