-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.83 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.83 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
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
{
"name": "inv-system",
"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 init.development.js",
"mocha": "mocha test/ --recursive"
},
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"body-parser": "^1.15.1",
"character-parser": "^2.2.0",
"compression": "^1.6.2",
"cors": "^2.7.1",
"es6-symbol": "^3.1.0",
"feathers": "^2.0.1",
"feathers-authentication": "^0.7.8",
"feathers-client": "^1.3.2",
"feathers-configuration": "^0.2.3",
"feathers-errors": "^2.2.0",
"feathers-hooks": "^1.5.4",
"feathers-mithril": "^1.0.1",
"feathers-mongoose": "^3.4.1",
"feathers-reactive": "^0.2.0",
"feathers-rest": "^1.4.2",
"feathers-socketio": "^1.4.1",
"file-loader": "^0.8.5",
"is-expression": "^2.0.1",
"jquery": "^3.0.0",
"lodash": "^4.13.1",
"mailgun-js": "^0.7.11",
"mithril": "^0.2.5",
"mongoose": "^4.5.0",
"mongoose-auto-increment": "^5.0.1",
"node-sass": "^3.7.0",
"nodemailer": "^2.6.4",
"nodemailer-smtp-transport": "^2.7.2",
"nodemon": "^1.10.2",
"passport": "^0.3.2",
"pug": "^2.0.0-beta3",
"rxjs": "^5.0.0-beta.9",
"select2": "^4.0.3",
"serve-favicon": "^2.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"winston": "^2.2.0",
"wkhtmltopdf": "^0.3.1"
},
"devDependencies": {
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"request": "^2.72.0"
}
}