-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 921 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 921 Bytes
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
{
"name": "facet-platform",
"version": "0.1.0",
"description": "Orchestration of facet modules for rapid API development",
"main": "index.js",
"scripts": {
"test": "mocha --require test/support/env --reporter spec --check-leaks test/"
},
"repository": {
"type": "git",
"url": "https://github.com/facet/platform.git"
},
"keywords": [
"facet",
"facet-platform"
],
"author": "Alexander Manea, Ilya Shindyapin",
"license": "MIT",
"bugs": {
"url": "https://github.com/facet/platform/issues"
},
"homepage": "https://facet.github.io/platform",
"dependencies": {
"facet-intercom": "^0.1.0",
"facet-response-handler": "https://github.com/facet/response-handler/tarball/master",
"mongoose": "^3.8.17",
"underscore": "^1.6.0"
},
"devDependencies": {
"body-parser": "^1.9.2",
"chai": "^1.9.2",
"express": "^4.10.1",
"mocha": "^1.21.5"
}
}