forked from openannotation/annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "annotator",
"version": "2.0.0-dev",
"description": "Inline annotation for the web. Select text, images, or (nearly) anything else, and add your notes.",
"repository": {
"type": "git",
"url": "https://github.com/okfn/annotator.git"
},
"dependencies": {
"backbone-events-standalone": "~0.2.1",
"backbone-extend-standalone": "~0.1.2",
"through": "~2.3.4",
"jquery": "~1.11.0"
},
"devDependencies": {
"browser-resolve": "~1.2.1",
"coffee-script": "~1.6.3",
"uglify-js": "~2.4.12",
"uglifycss": "~0.0.5",
"mocha": "~1.12.1",
"mocha-phantomjs": "~3.3.2",
"chai": "~1.7.2",
"sinon": "~1.6.0",
"jwt-simple": "~0.1.0",
"iso8601": "~1.1.1",
"connect": "~2.10.1",
"browserify": "~3.30.1",
"coffeeify": "~0.6.0",
"convert-source-map": "~0.3.1",
"glob": "~3.2.6",
"kew": "~0.2.2",
"source-map": "~0.1.32",
"watchify": "0.6.2",
"docco":"0.6.3"
},
"engines": {
"node": ">=0.8 <0.12"
},
"scripts": {
"start": "./tools/serve",
"test": "./tools/test"
},
"browser": "./lib/annotator"
}