-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 966 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
{
"name": "archivematica-browse-helpers",
"private": true,
"version": "0.1.0",
"description": "Directory browse helpers used by Archivematica",
"repository": {
"type": "git",
"url": "git+https://github.com/artefactual-labs/archivematica-browse-helpers.git"
},
"license": "AGPL-3.0",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-preset-es2015": "^6.3.13"
},
"scripts": {
"prepublish": "babel --presets es2015 --plugins babel-plugin-transform-object-assign browse-helpers.js --out-file dist/browse-helpers.js"
},
"dependencies": {
"base64-helpers": "git+https://github.com/artefactual-labs/base64-helpers.git"
},
"bugs": {
"url": "https://github.com/artefactual-labs/archivematica-browse-helpers/issues"
},
"homepage": "https://github.com/artefactual-labs/archivematica-browse-helpers#readme",
"main": "dist/browse-helpers.js",
"author": ""
}