unpkg/package.json

32 lines
667 B
JSON
Raw Normal View History

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-02-22 02:52:19 +00:00
"dependencies": {
2016-05-01 00:26:23 +00:00
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"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",
"on-finished": "^2.3.0",
2016-05-01 00:26:23 +00:00
"react": "^15.0.2",
"react-dom": "^15.0.2",
"redis": "^2.6.0-1"
},
2016-04-12 09:48:12 +00:00
"repository": {
"type": "git",
"url": "https://github.com/mjackson/npmcdn.com.git"
},
"engines": {
"node": "5.8.x"
},
"babel": {
"presets": [
2016-05-01 00:26:23 +00:00
"es2015",
"react"
]
2016-02-22 02:52:19 +00:00
}
}