-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.56 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.56 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "API.SenecaJS.REST_API",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"db": "mongod --fork --logpath ./mongod.log"
},
"repository": {
"type": "git",
"url": "git+https://git.kpd-i.com/aalexander/API.SenecaJS.REST_API"
},
"dependencies": {
"array.prototype.findindex": "^2.0.0",
"bedquilt": "^2.0.0",
"body-parser": "^1.15.2",
"cheerio": "^1.0.0-rc.3",
"commander": "^5.0.0",
"confidence": "^3.0.2",
"cookie-parser": "^1.4.3",
"cryptojs": "^2.5.3",
"docopt-js": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.14.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express": "^1.4.1",
"grunt-html2js": "^0.7.1",
"grunt-parallel": "^0.5.1",
"hal": "^0.1.0",
"jenkins": "^0.20.0",
"jshint": "^2.9.4",
"morgan": "^1.8.1",
"node-jq": "^1.11.0",
"passwordless": "^1.1.2",
"passwordless-memorystore": "0.0.1",
"promise-defer": "^1.0.0",
"pryjs": "^1.0.3",
"ramda": "^0.22.1",
"request": "^2.79.0",
"seneca": "^3.2.2",
"seneca-balance-client": "^0.6.0",
"seneca-basic": "^0.5.0",
"seneca-echo": "^0.3.0",
"seneca-entities": "0.0.0",
"seneca-entity": "^1.3.0",
"seneca-entity-save-stream": "0.0.4",
"seneca-jsonrest-api": "^0.3.1",
"seneca-mongo-store": "^1.1.0",
"seneca-postgresql-store": "^2.3.0",
"seneca-web": "^2.0.0",
"seneca-web-adapter-express": "^1.0.2",
"socket.io": "^1.7.2",
"susy": "^2.2.12",
"sync-request": "^4.0.1",
"winston": "^2.3.1"
},
"devDependencies": {
"chromedriver": "^2.25.1",
"cucumber": "^2.0.0-rc.5",
"growl": "^1.9.2",
"grunt": "^1.0.1",
"grunt-exec": "^1.0.1",
"grunt-istanbul-coverage": "^0.1.4",
"grunt-jsdoc": "^2.1.0",
"grunt-karma": "^2.0.0",
"grunt-ngdocs": "^0.2.10",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.5",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-growl": "^0.1.2",
"karma-jasmine": "^1.0.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-jshint": "^0.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^1.1.0",
"karma-simple-reporter": "^2.0.0",
"load-grunt-tasks": "^3.5.2",
"lodash": "^4.17.2",
"mochawesome": "^1.5.4",
"protractor": "^4.0.11",
"pryjs": "^1.0.3",
"ramda": "^0.22.1",
"selenium-webdriver": "^3.0.1",
"winston": "^2.3.0"
}
}