forked from lcnetdev/bfe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.02 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
{
"name": "bfe",
"description": "Editor for BIBFRAME data (but more generically an RDF editor)",
"keywords": [
"bibframe",
"editor",
"rdf"
],
"version": "0.2.0",
"homepage": "http://github.com/lcnetdev/bfe",
"engines": {
"node": ">= 0.9.0"
},
"author": "Kirk Hess <khes@loc.gov>",
"main": "src/bfe",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lcnetdev/bfe.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-concat": "~0.5.1",
"express": "~4.13.0",
"serve-static": "~1.10.0"
},
"bugs": {
"url": "http://github.com/lcnetdev/bfe/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"dependencies": {
"npm": "^5.8.0",
"rdf-translator": "^0.1.0"
}
}