-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
{
"name": "gispl.js",
"version": "0.8.0",
"description": "gispl.js is a JavaScript implementation for GISpL (Gestural Interface Specification Language), a formal language for describing human-computer interfaces which use gestures.",
"main": "index.js",
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmbuw/gispl.git"
},
"keywords": [
"gispl",
"gispl.js",
"gestures"
],
"author": "Goran Košutić",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/mmbuw/gispl/issues"
},
"homepage": "https://github.com/mmbuw/gispl#readme",
"devDependencies": {
"chai": "^3.4.1",
"jspm": "^0.16.15",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-eslint": "^2.0.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jspm": "^2.0.2",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"karma-sinon": "^1.0.4",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
"jspm": {
"dependencies": {
"tuio": "npm:tuio-extended@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"jquery": "github:components/jquery@^2.1.4",
"osc": "npm:osc@^2.0.3",
"webmocket": "github:nomve/WebMocket@^1.0.1"
}
}
}