-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 980 Bytes
/
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
{
"name": "durelia",
"version": "1.1.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "node build/build",
"prestart": "node prestart.js",
"start": "node server.js",
"test": "echo \"No tests available\"",
"lint": "tslint -p ./src/tsconfig.json && tslint -p ./sample/tsconfig.json"
},
"author": "Jørn Andre Sundt",
"license": "ISC",
"devDependencies": {
"@types/bluebird": "3.5.23",
"@types/durandal": "2.1.36",
"@types/jquery": "3.3.6",
"bluebird": "3.5.1",
"durandal": "2.2.0",
"express": "4.18.2",
"font-awesome": "4.7.0",
"jquery": "3.6.1",
"knockout": "3.5.1",
"openurl": "1.1.1",
"requirejs": "2.3.5",
"requirejs-text": "2.0.15",
"rimraf": "2.6.2",
"tslib": "1.9.3",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.4.0",
"tslint-microsoft-contrib": "5.2.0",
"typescript": "3.0.1"
},
"dependencies": {},
"engines": {
"node": ">=6.0.0"
}
}