-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.21 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
{
"name": "kognijs",
"version": "0.3.0",
"description": "KogniHome Web Toolkit",
"author": "Alexander Neumann",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kognihome/kognijs.git"
},
"main": "src/ui.js",
"files": [
"src/*.js"
],
"scripts": {
"build": "npm run test && gulp build-redist",
"dev": "gulp serve",
"test": "gulp test"
},
"dependencies": {
"jquery": "*",
"kognijs-animate": "*",
"kognijs-rsb": "*",
"traverse": "*",
"xml2js": "*"
},
"devDependencies": {
"browser-sync": "*",
"browserify": "*",
"browserify-istanbul": "*",
"browserify-optional": "*",
"chai": "*",
"gulp": "^4.0.0",
"gulp-rename": "*",
"gulp-uglify": "*",
"karma": "*",
"karma-browserify": "*",
"karma-coverage": "*",
"karma-coveralls": "*",
"karma-firefox-launcher": "*",
"karma-mocha": "*",
"karma-sinon-chai": "*",
"lodash": "*",
"mocha": "*",
"proxyquire": "*",
"proxyquire-universal": "*",
"proxyquireify": "*",
"resolve": "*",
"sinon": "*",
"sinon-chai": "*",
"vinyl-buffer": "*",
"vinyl-source-stream": "*",
"vue": "<2.0",
"watchify": "*"
}
}