-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "imdi-styles",
"version": "1.1.8",
"description": "Stilsett, javascript og grafikk for imdi.no og andre IMDi nettsider",
"main": "app.js",
"private": false,
"publishConfig": {
"access": "public"
},
"prePublishOnly": "npm run build",
"scripts": {
"build": "gulp build",
"release": "np",
"build:next": "gulp buildNext"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netliferesearch/imdi-styles.git"
},
"author": "Netlife",
"bugs": {
"url": "https://github.com/netliferesearch/imdi-styles/issues"
},
"homepage": "https://github.com/netliferesearch/imdi-styles#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^4.3.11",
"gulp-watch-less": "^1.0.1",
"gulp-watch-less2": "^2.0.4",
"np": "^3.0.4"
},
"dependencies": {
"gulp-json-editor": "^2.5.2",
"gulp-json-modify": "^1.0.2",
"gulp-uglifycss": "^1.0.8"
},
"engines": {
"node": "8.11.3"
}
}