-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
60 lines (60 loc) · 2.1 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
57
58
59
60
{
"name": "arva-js",
"version": "1.2.1",
"description": "Using the latest ES6 standards creating a simple, compact MVC for Famous applications.",
"main": "src/main.js",
"homepage": "http://arva.io",
"repository": {
"type": "git",
"url": "git://github.com/bizboard/arva-js.git"
},
"scripts": {
"test": "mocha --compilers js:babel/register --recursive --timeout 15000"
},
"bugs": {
"url": "https://github.com/bizboard/arva-js/issues"
},
"jspm": {
"directories": {
"lib": "src"
},
"dependencies": {
"bowser": "npm:bowser@^1.0.0",
"camelcase": "npm:camelcase@^2.1.0",
"eventemitter3": "npm:eventemitter3@^1.2.0",
"fastclick": "github:bizboard/fastclick@v.1.0.7",
"firebase": "github:firebase/firebase-bower@^3.7.3",
"lodash": "npm:lodash@^4.13.1",
"lodash-decorators": "npm:lodash-decorators@^3.0.1",
"ordered-hashmap": "npm:ordered-hashmap@^1.0.0",
"request-animation-frame-mock": "github:erykpiast/request-animation-frame-mock@^0.1.8",
"xml2js": "npm:xml2js@^0.4.16"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"esdoc": "git+https://git@github.com%252525252Ftyphonjs-node-esdoc%252525252Fesdoc.git",
"fs": "github:jspm/nodelibs-fs@^0.1.2",
"path": "npm:jspm-nodelibs-path@0.2.3",
"process": "npm:jspm-nodelibs-process@0.2.1",
"traceur": "github:jmcriffey/bower-traceur@^0.0.92",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.90"
}
},
"author": "Tom Clement <tom@bizboard.nl>, Hans van den Akker <hans@bizboard.nl>, Karl Lundfall <karl@bizboard.nl>",
"license": "NPOSL-3.0",
"devDependencies": {
"babel": "^5.8.23",
"babel-runtime": "^6.6.1",
"chai": "^3.4.0",
"eslint": "^3.1.0",
"isparta": "^3.1.0",
"jspm": "^0.16.32",
"lodash": "^4.6.1",
"mocha": "^2.1.0",
"request-animation-frame-mock": "git+https://github.com/erykpiast/request-animation-frame-mock.git",
"sinon": "^1.17.3",
"systemjs": "^0.19.5"
}
}