forked from openspending/os-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.45 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.45 KB
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
83
84
85
86
87
88
89
90
91
{
"name": "os-viewer",
"version": "0.1.0-alpha",
"description": "A frontend data/views app powered directly from a Fiscal Data Package.",
"keywords": [],
"main": "index.js",
"scripts": {
"install": "napa 'eligrey/FileSaver.js:file-saver' 'd3/d3-plugins:d3-plugins'",
"start": "node index.js",
"test": "mocha tests/*.js",
"review": "jscs app tests",
"develop": "gulp && npm start",
"build": "gulp"
},
"engines": {
"node": "^4.1.0",
"npm": "^2.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openspending/os-viewer.git"
},
"author": {
"name": "Open Knowledge",
"email": "info@okfn.org",
"url": "https://okfn.org/"
},
"contributors": [
{
"name": "Levko Kravets",
"email": "kravets@qarea.com"
}
],
"license": "MIT",
"bugs": "https://github.com/openspending/os-viewer/issues",
"homepage": "https://github.com/openspending/os-viewer#readme",
"dependencies": {
"babbage.ui": "^1.2.0",
"bluebird": "^3.0.5",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"isomorphic-fetch": "^2.2.1",
"js-polyfills": "^0.1.12",
"lodash": "^4.6.1",
"marked": "^0.3.5",
"napa": "^2.3.0",
"nconf": "^0.8.2",
"node-polyglot": "^2.0.0",
"nunjucks": "^2.1.0",
"papaparse": "^4.1.2",
"qs": "^6.2.0",
"request": "^2.65.0",
"require-dir-all": "^0.4.9",
"text-encoding": "^0.6.1",
"validator": "^4.2.1"
},
"devDependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-filter": "^0.5.9",
"angular-marked": "^1.2.2",
"browserify": "^12.0.1",
"bubbletree": "git+https://github.com/okfn/bubbletree.git",
"c3": "git+https://github.com/masayuki0812/c3.git",
"chai": "^3.4.0",
"d3": "^3.5.14",
"encoding": "^0.1.12",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"jquery": "^2.1.4",
"jscs": "^2.5.0",
"mocha": "^2.3.3",
"nock": "^7.2.2",
"normalize-url": "^1.6.0",
"os-bootstrap": "git+https://github.com/openspending/os-bootstrap.git",
"raphael": "^2.1.4",
"resolve": "^1.1.6",
"stringify": "^5.1.0",
"supertest": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"zombie": "^4.2.1"
}
}