-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.09 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "TrainOperator",
"version": "0.0.1",
"description": "Model railroad train control system",
"main": "_objects.list-bare.scss",
"repository": {
"type": "git",
"url": "https://github.com/inuitcss/objects.list-bare.git"
},
"author": "Maxim Rubis <siburny@gmail.com>",
"bugs": {
"url": "https://github.com/siburny/TrainOperator/issues"
},
"homepage": "https://github.com/siburny/TrainOperator",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"body-parser": "^1.18.2",
"browserify": "^14.0.0",
"class.extend": "*",
"express": "^4.13.3",
"extend": "^3.0.0",
"json-serialize": "^1.1.3",
"material-components-web": "^0.24.0",
"nedb": "^1.5.0",
"underscore": "^1.12.1",
"watchify": "^3.9.0",
"xml2js": "^0.4.19"
},
"scripts": {
"postinstall": "browserify -r ./classes/web/layout.js:layout -r class.extend -r extend ./classes/web/track/track.js ./classes/web/track/straightTrack.js ./classes/web/track/curveTrack.js -o web/js/bundle.js",
"watch": "watchify -v -r ./classes/web/layout.js:layout -o web/js/bundle.js"
}
}