forked from bengler/terrafab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "terrafab",
"version": "0.0.1",
"description": "The terrafab front end",
"main": "index.js",
"private": true,
"scripts": {
"test": "npm test",
"start": "node server.js",
"browserify": "./node_modules/.bin/browserify --noparse jquery --noparse three -t coffeeify -e ./client/terrafab.js | ./node_modules/.bin/uglifyjs > public/js/terrafab.js",
"postinstall": "cp node_modules/leaflet/dist/leaflet.css public/stylesheets"
},
"repository": {
"type": "git",
"url": "git://github.com/bengler/terrafab.git"
},
"author": "Bengler AS",
"bugs": {
"url": "https://github.com/bengler/terrafab/issues"
},
"dependencies": {
"express": "~3.3.8",
"jade": "*",
"stylus": "*",
"browserify-middleware": "~1.17.2",
"coffeeify": "~0.5.1",
"brfs": "0.0.7",
"three": "git://github.com/bjoerge/threejs-node",
"leaflet": "~0.6.4",
"jquery": "git://github.com/bjoerge/jquery-node",
"request": "*",
"events": "*",
"http-get": "~0.5.10",
"coffee-script": "~1.6.3",
"canvas": "~1.0.4",
"mkdirp": "~0.3.5",
"rimraf": "~2.2.2",
"caching-coffeeify": "~0.2.0",
"browserify": "~2.32.4",
"uglify-js": "~2.4.0",
"oauth": "latest",
"lodash.debounce": "~2.1.0",
"pather": "git://github.com/bjoerge/pather#v0.1-beta",
"exec-sync": "~0.1.6"
}
}