blob: 93e16876c3925d10eb23c5f0e1025d109a7f6636 [file] [log] [blame]
{
"name": "xos-content-provider",
"version": "1.0.0",
"description": "Content Provider View",
"main": "index.html",
"scripts": {
"test": "karma start",
"start": "npm install && bower install; npm run wiredep; parallelshell \"npm run babel\" \"npm run browser\"",
"wiredep": "wiredep -s 'src/index.html'",
"babel": "babel 'src/js' -w -d 'src/.tmp'",
"browser": "browser-sync start --files 'src/.tmp/**/*.js,src/**/*.html,src/**/*.css' --server './src' --reload-delay 1000 --port 3000",
"watch": "npm-watch"
},
"author": "Matteo Scandolo",
"license": "ISC",
"devDependencies": {
"babel": "^5.8.29",
"browser-sync": "^2.9.11",
"cors": "^2.7.1",
"express": "^4.13.3",
"npm-watch": "0.0.1",
"parallelshell": "^2.0.0",
"request": "^2.65.0",
"wiredep": "^3.0.0-beta"
}
}