This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
82 lines (82 loc) · 2.13 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "hive-js",
"version": "0.1.9",
"description": "",
"main": "index.js",
"scripts": {
"build": "aperture link && gulp build",
"start": "node server/server.js",
"dev": "aperture link && gulp",
"test": "npm run test-server; npm run test-client",
"test-client": "karma start --single-run",
"test-server": "mocha server/test",
"postinstall": "aperture open"
},
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"karma-script-launcher": "^0.1.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.2",
"karma": "^0.12.0",
"stream-browserify": "^0.1.3",
"karma-safari-launcher": "~0.1.1",
"sinon": "^1.9.1",
"karma-sinon": "^1.0.3",
"supertest": "~0.12.1",
"proxyquire": "~0.6.0"
},
"dependencies": {
"aperture": "^1.0.0",
"arrival": "~1.0.0",
"async": "~0.9.0",
"big.js": "^2.5.0",
"bitcoinjs-lib": "^1.0.0",
"bl": "^0.7.0",
"browserify": "^4.2.1",
"browserify-zepto": "~1.1.2",
"browsernizr": "git://github.com/weilu/browsernizr#indexedDB",
"cradle": "~0.6.7",
"ecstatic": "~0.4.13",
"es3ify": "~0.1.3",
"esprima": "^1.0.4",
"events": "^1.0.0",
"express": "~3.4.8",
"fastclick": "~1.0.1",
"folderify": "~0.6.0",
"geomodel": "~0.1.2",
"glob": "^3.2.9",
"gulp": "~3.6.0",
"gulp-autoprefixer": "0.0.6",
"gulp-clean": "~0.3.0",
"gulp-concat": "~2.1.7",
"gulp-livereload": "2.1.0",
"gulp-sass": "~0.7.1",
"gulp-sketch": "0.0.2",
"gulp-util": "~2.2.14",
"helmet": "^0.3.2",
"ractify": "~0.4.0",
"ractive": "~0.4.0",
"secure-random": "^1.1.1",
"st": "^0.3.1",
"strftime": "^0.8.0",
"tiny-lr": "0.0.7",
"uglifyify": "^2.5.0",
"uniqueify": "~1.0.0",
"velocity-animate": "git://github.com/haustraliaer/velocity.git",
"vinyl-source-stream": "^0.1.1"
},
"aperture": {
"sources": [
"app/lib/*",
"app/pages/*",
"app/widgets/*"
]
},
"engines": {
"node": ">=0.10.26"
}
}