forked from GPII/first-discovery-server
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.46 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
43
44
45
46
47
48
49
{
"name": "gpii-first-discovery-server",
"version": "1.0.0",
"description": "A server side implementation to serve a First Discovery Editor instance and provide a means for storing preferences to the GPII Preferences server.",
"main": "index.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=2.0.0"
},
"scripts": {
"dedupe-infusion": "node -e \"require('dedupe-infusion')()\"",
"fullinstall": "npm install && npm run dedupe-infusion",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GPII/first-discovery-server.git"
},
"keywords": [
"preferences",
"first discovery",
"server",
"javascript",
"gpii",
"fluid",
"infusion"
],
"author": "GPII",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://issues.gpii.net"
},
"homepage": "http://gpii.net",
"dependencies": {
"ajv": "^1.4.9",
"dedupe-infusion": "1.0.0",
"first-discovery": "git+https://github.com/GPII/first-discovery.git#c6242135a6bdf569ac4fa6bd430b3ed7306f7f99",
"gpii-express": "git+https://github.com/GPII/gpii-express.git#a638658d322f9bf03beb31ef530c4f8f10ed717e",
"infusion": "2.0.0-dev.20151130T180545Z.18ee3f8",
"kettle": "git://github.com/amb26/kettle.git#aa6410411e65a532fc9dabc3c044e9391649c554"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.9.0",
"grunt-jsonlint": "1.0.4",
"nock": "^2.17.0",
"node-jqunit": "1.1.4"
}
}