-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 797 Bytes
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
{
"name": "annotator-annotateit",
"version": "0.0.0",
"description": "Annotator plugins for http://annotateit.org/",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/openannotation/annotator-annotateit.git"
},
"keywords": [
"annotator",
"annotation"
],
"author": "Nick Stenning",
"license": "MIT",
"bugs": {
"url": "https://github.com/openannotation/annotator-annotateit/issues"
},
"homepage": "https://github.com/openannotation/annotator-annotateit",
"devDependencies": {
"coffee-script": "^1.7.1",
"annotator": "2.0.0-dev.1",
"coffeeify": "^0.6.0",
"browserify": "^3.38.0",
"uglify-js": "^2.3.6"
},
"browser": "./annotator-annotateitpermissions.js"
}