-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "general-lee-controls",
"version": "1.0.0",
"description": "General Lee - Controls ",
"main": "index.js",
"scripts": {
"lint": "tslint -p tsconfig.api.json && tslint -p tsconfig.interface.json",
"build": "tsc -p tsconfig.api.json && tsc -p tsconfig.interface.json",
"test": "jasmine-node . --match .",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rc-dukes/general-lee-controls.git"
},
"keywords": [
"car",
"RC",
"Servoblaster"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rc-dukes/general-lee-controls/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/rc-dukes/general-lee-controls/issues"
},
"homepage": "https://github.com/rc-dukes/general-lee-controls#README.md",
"devDependencies": {
"@types/express": "4.0.36",
"@types/jasmine": "2.5.53",
"@types/jquery": "3.2.6",
"@types/node": "8.0.7",
"@types/sinon": "2.3.2",
"jasmine-node": "1.14.5",
"node-sass": "4.5.3",
"sinon": "2.3.6",
"tslint": "5.5.0",
"tslint-eslint-rules": "4.1.1",
"typescript": "2.4.1",
"vrsource-tslint-rules": "5.1.0"
},
"dependencies": {
"express": "4.15.3",
"inversify": "4.2.0",
"jquery": "3.2.1",
"reflect-metadata": "0.1.10",
"requirejs": "2.3.3",
"servoblaster": "0.1.1"
}
}