{
|
|
"name": "hoptstop",
|
|
"version": "0.1.0",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"dependencies": {
|
|
"chai": "~1.8.1",
|
|
"chaplin": "~1.0.0",
|
|
"console-polyfill": "~0.1.0",
|
|
"jquery": "~2.1.0",
|
|
"lodash": "~2.4.1",
|
|
"mocha": "~1.16.1",
|
|
"sinon": "http://sinonjs.org/releases/sinon-1.7.3.js",
|
|
"sinon-chai": "~2.4.0",
|
|
"bootstrap": "^3.3.0",
|
|
"backbone.localStorage": "^1.1.10"
|
|
},
|
|
"overrides": {
|
|
"backbone": {
|
|
"dependencies": {
|
|
"lodash": "*",
|
|
"jquery": "*"
|
|
},
|
|
"main": "backbone.js"
|
|
},
|
|
"mocha": {
|
|
"main": [
|
|
"mocha.css",
|
|
"mocha.js"
|
|
]
|
|
},
|
|
"sinon-chai": {
|
|
"main": "lib/sinon-chai.js",
|
|
"dependencies": {
|
|
"sinon": "*",
|
|
"chai": "*"
|
|
}
|
|
}
|
|
}
|
|
}
|