This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.34 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "netwrk",
"description": "",
"version": "0.0.0",
"homepage": "",
"main": "src/",
"keywords": [
"feathers"
],
"license": "MIT",
"repository": {},
"author": {},
"contributors": [],
"bugs": {},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "npm run jshint && npm run mocha",
"jshint": "jshint src/. test/. --config",
"start": "node src/",
"mocha": "mocha test/ --recursive",
"postinstall": "typings install"
},
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"cors": "^2.7.1",
"feathers": "^2.0.0",
"feathers-authentication": "^0.7.1",
"feathers-configuration": "^0.2.2",
"feathers-errors": "^2.1.0",
"feathers-hooks": "^1.5.1",
"feathers-rest": "^1.2.4",
"feathers-sequelize": "^1.1.4",
"feathers-socketio": "^1.3.3",
"passport": "^0.3.2",
"pg": "^4.5.2",
"pg-hstore": "^2.3.2",
"sequelize": "^3.21.0",
"serve-favicon": "^2.3.0",
"winston": "^2.2.0",
"angular2": "2.0.0-beta.13",
"systemjs": "^0.19.24",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "^0.6.6"
},
"devDependencies": {
"coveralls": "^2.11.9",
"del": "~2.2.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-debug": "^2.1.2",
"gulp-if": "~2.0.0",
"gulp-inject": "^4.0.0",
"gulp-print": "^2.0.1",
"gulp-protractor": "^2.2.0",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.4",
"gulp-typescript": "~2.12.1",
"gulp-uglify": "~1.5.3",
"gulp-useref": "~3.0.8",
"gulp-util": "^3.0.7",
"jasmine-core": "~2.4.1",
"jshint": "^2.9.1",
"karma": "~0.13.22",
"karma-coverage": "~0.5.5",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "~0.3.8",
"karma-phantomjs-launcher": "~1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"live-server": "~0.9.2",
"main-bower-files": "^2.11.1",
"mocha": "^2.4.5",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.7",
"remap-istanbul": "~0.5.1",
"request": "^2.70.0",
"require-dir": "~0.3.0",
"run-sequence": "^1.1.5",
"systemjs-builder": "~0.15.14",
"traceur": "~0.0.105",
"tslint": "^3.6.0",
"typings": "^0.7.11"
}
}