-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 996 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": "moldova_ocds",
"version": "1.0.0",
"description": "project for moldova",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.yipl.com.np:web-apps/moldova_ocds.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stream": "0.0.2",
"gulp-taskfromstreams": "^1.0.0",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6",
"gulp-util": "^3.0.7",
"imagemin": "^5.0.0",
"imagemin-pngquant": "^5.0.0",
"laravel-elixir": "^6.0.0-15",
"merge-stream": "^1.0.0"
},
"dependencies": {
"gulp-install": "^0.6.0"
}
}