unpkg/package.json

25 lines
466 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": {
"babel-register": "^6.7.2",
2016-02-22 02:52:19 +00:00
"cors": "^2.7.1",
2016-02-22 02:55:06 +00:00
"express": "^4.13.4",
2016-04-12 11:25:38 +00:00
"npm-http-server": "^2.9.1",
"on-finished": "^2.3.0",
"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": [
"es2015"
]
2016-02-22 02:52:19 +00:00
}
}