forked from hjnucsp/is2-2016-2-final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "basic-express-ang2-ts-server",
"version": "0.0.0",
"description": "Basic Node.js Server Seed",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsilva2401/basic-express-ang2-ts-server.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dsilva2401/basic-express-ang2-ts-server/issues"
},
"homepage": "https://github.com/dsilva2401/basic-express-ang2-ts-server#readme",
"devDependencies": {
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-install": "^0.6.0",
"gulp-param": "^1.0.3",
"gulp-typescript": "^2.13.6",
"json-loader": "^0.5.4",
"json-schema-faker": "^0.3.6",
"node-loader": "^0.5.0",
"open": "0.0.5",
"replace": "^0.3.0",
"run-sequence": "^1.2.2",
"shelljs": "^0.7.0",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"typings": "^1.3.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"gulp-install": "^0.6.0",
"jsonschema": "^1.1.0",
"mongodb": "^2.1.4",
"mongodb-core": "^1.2.32",
"morgan": "^1.7.0",
"q": "^1.4.1",
"shelljs": "^0.7.3"
}
}