-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 1.94 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
{
"name": "subsidystories.eu",
"version": "0.1.0",
"description": "",
"main": "index.js",
"engines": {
"node": "^4.1.0",
"npm": "^2.14.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"d3": "^3.0.0",
"express": "^4.14.0",
"http-auth": "^3.1.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.1.4",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"nunjucks": "^3.0.0",
"os-bootstrap": "git+https://github.com/openspending/os-bootstrap.git",
"vue": "^2.2.0-beta.1",
"vuex": "^2.1.3"
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^3.13.1",
"eslint-config-google": "^0.7.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.2.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",
"json-loader": "^0.5.4",
"mocha": "^2.3.3",
"nock": "^8.0.0",
"raw-loader": "^0.5.1",
"supertest": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.14.0"
},
"scripts": {
"start": "node index.js",
"test": "mocha tests/*.js",
"review": "eslint gulpfile.js webpack.config.js app/scripts/* tests/*",
"review2": "eslint app/scripts/widgets/map.js",
"build:assets": "gulp",
"build:app": "webpack --hide-modules --config webpack.config.js",
"build": "npm run build:assets && npm run build:app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openspending/subsidystories.eu.git"
},
"author": {
"name": "Open Knowledge",
"email": "[email protected]",
"url": "https://okfn.org/"
},
"contributors": [
{
"name": "Levko Kravets",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/openspending/subsidystories.eu/issues"
},
"homepage": "https://github.com/openspending/subsidystories.eu#readme"
}