2015-12-23 00:16:54 +00:00
|
|
|
{
|
|
|
|
"name": "es5-ff-spa-loader-example",
|
|
|
|
"description": "es5-ff-spa-loader-example",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-01-24 20:38:21 +00:00
|
|
|
"start": "node app_server/example.js"
|
2015-12-23 00:16:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-14 21:42:13 +00:00
|
|
|
"angular": "^1.4.8",
|
|
|
|
"angular-route": "^1.4.8",
|
2015-12-23 00:16:54 +00:00
|
|
|
"bootstrap": "3.3.x",
|
2016-01-14 21:42:13 +00:00
|
|
|
"cors": "^2.7.1",
|
2015-12-23 00:16:54 +00:00
|
|
|
"ejs": "2.3.x",
|
|
|
|
"express": "4.11.x",
|
2016-01-14 21:42:13 +00:00
|
|
|
"fetch": "0.3.x",
|
|
|
|
"jquery": "^2.1.4",
|
2016-01-24 20:38:21 +00:00
|
|
|
"jshashes": "^1.0.5",
|
|
|
|
"morgan": "^1.6.1",
|
|
|
|
"uglify-js": "^2.6.1"
|
2015-12-23 00:16:54 +00:00
|
|
|
}
|
|
|
|
}
|