27 lines
526 B
JSON
27 lines
526 B
JSON
|
{
|
||
|
"name": "stairs",
|
||
|
"description": "Stairs lighting project",
|
||
|
"main": "index.html",
|
||
|
"authors": [
|
||
|
"Mark van Renswoude"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"homepage": "",
|
||
|
"private": true,
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"src/bower_components"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"knockout": "^3.4.2",
|
||
|
"jquery": "^3.2.1",
|
||
|
"crossroads": "^0.12.2",
|
||
|
"hasher": "^1.2.0",
|
||
|
"requirejs": "^2.3.3",
|
||
|
"text": "requirejs/text#^2.0.15",
|
||
|
"bootstrap": "v4.0.0-alpha.6",
|
||
|
"nprogress": "^0.2.0"
|
||
|
}
|
||
|
}
|