forked from openannotation/annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.43 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
{
"name": "annotator",
"version": "2.0.0-dev.2",
"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",
"es6-promise": "~0.1.1",
"xpath-range": "0.0.3",
"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",
"through": "~2.3.4",
"coffeelint": "~1.1.0",
"docco": "~0.6.3"
},
"engines": {
"node": ">=0.8 <0.12"
},
"scripts": {
"start": "./tools/serve",
"test": "./tools/lint && ./tools/test"
},
"browser": "./annotator.js",
"testling": {
"server": "tools/serve",
"html": "test/runner.html",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/5.0.5..latest",
"opera/11.0..latest"
]
}
}