-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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": "socioscapes",
"version": "0.7.2-2",
"description": "Socioscapes is a javascript alternative to desktop geographic information systems and proprietary data visualization platforms. The modular API fuses various free-to-use and open-source GIS libraries into an organized, modular, and sandboxed environment.",
"main": "src/main.js",
"directories": {},
"scripts": {
"build": "npm install && gulp js",
"test": "browserify ./tests/browser/main.js -o ./tests/browser/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moismailzai/socioscapes.git"
},
"keywords": [
"gis",
"sociology",
"maps",
"mapping",
"symbology",
"google-maps",
"geostats",
"chroma"
],
"author": "Mo Ismailzai <[email protected]> (http://www.moismailzai.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/moismailzai/socioscapes/issues"
},
"homepage": "http://app.socioscapes.com",
"dependencies": {
"chroma-js": "^1.1.1",
"geostats": "^1.5.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"filesize": "^3.1.3",
"gulp": "^3.9.0",
"gulp-filesize": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.5",
"jsdoc": "^3.4.0",
"lodash.assign": "^3.2.0",
"mocha": "^2.4.5",
"rename": "^1.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
}
}