-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.68 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
{
"name": "amorphic",
"description": "Front to back isomorphic framework for developing applications with node.js and mongoDB",
"homepage": "https://github.com/selsamman/amorphic",
"version": "2.4.9",
"dependencies": {
"amorphic-bindster": "2.0.*",
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"compression": "1.7.1",
"connect": "3.6.5",
"cookie-parser": "1.4.3",
"express-session": "1.15.6",
"formidable": "1.1.1",
"mongodb-bluebird": "0.1.2",
"nconf": "0.8.5",
"persistor": "2.3.*",
"semotus": "2.3.*",
"serve-static": "1.13.1",
"supertype": "2.2.*",
"uglify-js": "2.7.5"
},
"devDependencies": {
"axios": "0.17.0",
"chai": "4.1.2",
"eslint": "4.9.0",
"istanbul": "0.4.5",
"mocha": "4.0.1",
"mock-fs": "4.4.1",
"request": "2.83.0",
"sinon": "4.0.1",
"xmlhttprequest-cookie": "0.9.4",
"@types/chai": "4.0.4",
"@types/mocha": "2.2.43",
"@types/node": "8.0.46",
"typescript": "2.5.3",
"ts-node": "3.3.0",
"es6-promise": "4.1.1"
},
"scripts": {
"lint": "eslint .",
"test": "istanbul cover _mocha -- test/* -R spec",
"test:trace": "mocha test/*",
"test:debug": "mocha --debug-brk test/*",
"test:config": "mocha test/config",
"test:example": "mocha test/example",
"test-d": "istanbul cover _mocha -- test/daemon/* -R spec",
"test-da": "istanbul cover _mocha -- test/daemon_auto/* -R spec"
},
"directories": {},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/selsamman/amorphic.git"
},
"bugs": {
"url": "http://github.com/selsamman/amorphic/issues"
},
"optionalDependencies": {}
}