forked from openannotation/annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
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": "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",
"xpath-range": "0.0.5",
"jquery": "~1.11.0"
},
"devDependencies": {
"browser-resolve": "~1.2.1",
"browserify-middleware": "^4.1.0",
"uglify-js": "~2.4.12",
"uglifycss": "~0.0.5",
"chai": "~1.7.2",
"sinon": "~1.6.0",
"jscs": "~1.6.0",
"jshint": "~2.5.0",
"jwt-simple": "~0.1.0",
"connect": "~2.10.1",
"browserify": "^6.1.0",
"convert-source-map": "~0.3.1",
"glob": "~3.2.6",
"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",
"source-map": "~0.1.32",
"through": "~2.3.4"
},
"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",
"travis": "npm run lint && npm run test"
}
}