-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "duraark-digitalpreservation",
"private": false,
"version": "1.0.0",
"description": "Microservice providing an API for generating Submission Information Packages (SIPs) and for depositing SIPs to the Rosetta DPS.",
"keywords": [
"duraark",
"api",
"microservice",
"long-time-preservation",
"sailsjs"
],
"dependencies": {
"bluebird": "^2.9.33",
"ejs": "~0.8.4",
"fs-extra": "^0.22.1",
"grunt": "0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"include-all": "~0.1.3",
"is-there": "^4.3.1",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.3",
"rc": "~0.5.0",
"request": "^2.58.0",
"sails": "~0.10.2",
"sails-disk": "~0.10.0",
"sftp-upload": "0.0.6",
"underscore": "^1.8.2"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "node ./node_modules/mocha/bin/mocha tests/bootstrap.test.js tests/integration/**/*.spec.js",
"docs": "apidoc -i ./api -o ./assets"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/DURAARK/duraark-digitalpreservation.git"
},
"author": "Martin Hecher <[email protected]>",
"license": "MIT",
"devDependencies": {
"assert": "^1.3.0",
"chai": "~1.10.0",
"grunt-mocha-test": "^0.12.6",
"mocha": "^2.4.5",
"sinon": "^1.12.2",
"supertest": "^1.2.0"
},
"bugs": {
"url": "https://github.com/DURAARKduraark-digitalpreservation/issues"
},
"homepage": "https://github.com/DURAARKduraark-digitalpreservation",
"directories": {
"test": "tests"
},
"gitHead": "216f06036eea393f711c3faf8961db80d828957c",
"_id": "[email protected]",
"_shasum": "56ac25d963d21367d9e6be3f672a3c75839e0693",
"_from": "[email protected]",
"_npmVersion": "2.2.0",
"_nodeVersion": "0.10.25",
"_npmUser": {
"name": "duraark",
"email": "[email protected]"
},
"maintainers": [
{
"name": "duraark",
"email": "[email protected]"
}
],
"dist": {
"shasum": "56ac25d963d21367d9e6be3f672a3c75839e0693",
"tarball": "http://registry.npmjs.org/duraark-microservice-base/-/duraark-microservice-base-0.2.5.tgz"
},
"_resolved": "https://registry.npmjs.org/duraark-microservice-base/-/duraark-microservice-base-0.2.5.tgz",
"apidoc": {
"name": "duraark-digitalpreservation",
"version": "1.0.0",
"title": "DURAARK DigitalPreservation Service",
"url": "http://data.duraark.eu/services/api/digitalpreservation",
"sampleUrl": "http://data.duraark.eu/services/api/digitalpreservation"
}
}