-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.33 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
{
"name": "structured-data-api",
"version": "2.0.4",
"description": "A platform for working with Structured Data",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test BASE_URI=http://localhost:3000 MONGODB=mongodb://localhost/structured-data-test SCHEMAS=./test/schemas COLLECTION=entities_test ./node_modules/mocha/bin/mocha test/init.js test/routes.js test/schemas.js test/schema-tests/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/glitchdigital/structured-data-api.git"
},
"author": "<[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.0",
"camelcase": "^2.1.1",
"clone": "^1.0.2",
"command-line-args": "^2.1.6",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-partials": "^0.3.0",
"glob-promise": "^1.0.6",
"install": "^0.5.6",
"json-markup": "^0.1.7",
"json-schema-ref-parser": "^3.1.2",
"json-schema-to-mongoose": "git://github.com/glitchdigital/json-schema-to-mongoose.git",
"mongoose": "^4.4.7",
"mongoose-schema-extend": "0.2.0",
"npm": "^3.8.1",
"pascalcase": "^0.1.1",
"pluralize": "^1.2.1",
"random-key": "^0.3.2",
"traverse": "^0.6.6",
"tv4": "^1.2.7"
},
"devDependencies": {
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.0.0"
}
}