-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.16 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": "iati-decipher",
"version": "1.5.2",
"description": "Browser plugins for deciphering IATI organisation files.",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"bootstrap": "^3.4.1",
"c3": "^0.6.8",
"d3-array": "^1.2.4",
"d3-format": "^1.3.2",
"d3-scale": "^2.1.2",
"highlightjs": "^9.10.0",
"jquery": "^3.4.0",
"underscore": "^1.9.1",
"xlsx": "^0.14.0"
},
"devDependencies": {
"del": "^3.0.0",
"gh-release": "^3.3.2",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.2.0",
"request": "^2.88.0",
"uglify-es": "^3.3.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"watch": "gulp watch",
"dist": "gulp --env=prod build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pwyf/iati-decipher.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pwyf/iati-decipher/issues"
},
"homepage": "https://github.com/pwyf/iati-decipher#readme"
}