-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 919 Bytes
/
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
{
"name": "proxette",
"version": "0.0.1",
"description": "Authenticates an proxies requests in MyGov publishing system.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postshrinkwrap": ".bin/sealant"
},
"repository": {
"type": "git",
"url": "ssh://git@stash.digital.gov.uk:7999/mgv/proxette.git"
},
"author": "Martin Ellis <martin.ellis@gov.scot>",
"license": "MIT",
"dependencies": {
"config-weaver": "0.0.15",
"restler": "^3.4.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-istanbul": "^0.8.0",
"grunt-jasmine-node": "^0.3.1",
"grunt-sonar-runner": "^2.4.8",
"jasmine-beforeall": "^0.1.1",
"load-grunt-config": "^0.19.2",
"sealant": "0.0.3"
},
"publishConfig": {
"registry": "http://repo.digital.gov.uk/nexus/content/repositories/npm/"
}
}