forked from openannotation/annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"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"
},
"main": "./src/annotator.js",
"dependencies": {
"annotator-plugintools": "^1.0.0",
"backbone-extend-standalone": "~0.1.2",
"es6-promise": "~0.1.1",
"jquery": "~1.11.0",
"xpath-range": "0.0.5"
},
"devDependencies": {
"assertive-chai": "^1.0.0",
"browser-resolve": "~1.2.1",
"browserify": "^6.1.0",
"browserify-middleware": "^4.1.0",
"connect": "~2.10.1",
"convert-source-map": "~0.3.1",
"glob": "~3.2.6",
"jscs": "~1.6.0",
"jshint": "~2.5.0",
"jwt-simple": "~0.1.0",
"karma": "^0.12.24",
"karma-bro": "^0.8.0",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"sinon": "~1.6.0",
"source-map": "~0.1.32",
"through": "~2.3.4",
"uglify-js": "~2.4.12",
"uglifycss": "~0.0.5",
"wgxpath": "^0.23.0"
},
"engines": {
"node": ">=0.8 <0.12"
},
"scripts": {
"start": "./tools/serve",
"test": "karma start --single-run",
"lint": "jshint src && jscs src && jshint -c test/.jshintrc test && jscs -c test/.jscsrc test"
}
}