forked from MyScript/MyScriptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
58
{
"name": "myscript",
"version": "1.0.15",
"main": "./dist/myscript.js",
"description": "The JavaScript library for the MyScript Cloud recognition service",
"keywords": [
"myscript",
"javascript",
"developer",
"handwriting",
"recognition",
"cloud"
],
"license": "Apache-2.0",
"homepage": "http://myscript.github.io/MyScriptJS/",
"repository": {
"type": "git",
"url": "git://github.com/MyScript/MyScriptJS.git"
},
"bugs": {
"url": "https://github.com/MyScript/MyScriptJS/issues"
},
"devDependencies": {
"bower": "1.3.x",
"chai": "1.10.x",
"grunt": "0.4.x",
"grunt-audit": "1.0.x",
"grunt-concurrent": "1.0.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-compress": "0.13.x",
"grunt-contrib-concat": "0.5.x",
"grunt-contrib-connect": "0.10.x",
"grunt-contrib-copy": "0.7.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-uglify": "0.6.x",
"grunt-contrib-yuidoc": "0.5.x",
"grunt-karma": "0.9.x",
"grunt-mocha-test": "0.12.x",
"jshint-stylish-ex": "0.2.x",
"karma": "0.12.x",
"karma-chai": "0.1.x",
"karma-coverage": "0.2.x",
"karma-htmlfile-reporter": "0.1.x",
"karma-junit-reporter": "0.2.x",
"karma-mocha": "0.1.x",
"karma-mocha-reporter": "0.3.x",
"karma-phantomjs-launcher": "0.1.x",
"karma-spec-reporter": "0.0.x",
"load-grunt-tasks": "1.0.x",
"mocha": "2.0.x",
"sinon": "1.12.x",
"time-grunt": "1.0.x",
"yuidocjs": "0.3.x"
},
"scripts": {
"test": "grunt test-unit"
}
}