-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 975 Bytes
/
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
{
"name": "aidstream",
"version": "0.0.0",
"description": "## Install",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"autoprefixer": "~6.0.3",
"gulp": "^3.9.1",
"gulp-concat": "~2.6.0",
"gulp-postcss": "~6.0.1",
"gulp-sass": "~2.0.4",
"gulp-sourcemaps": "~1.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DFID/aidstream-ogd.git"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"autoprefixer": "^6.0.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-uncss": "^1.0.4",
"imagemin-pngquant": "^4.2.2"
}
}