-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.35 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
{
"name": "prosjektportalen-bygganlegg",
"version": "1.0.1",
"description": "\"Prosjektportalen - Bygg og anlegg\" er et prosjektstyringsverktøy for SharePoint og er en utvidelse av <a href=\"https://github.com/Puzzlepart/prosjektportalen\">Prosjektportalen</a>.",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Puzzlepart/prosjektportalen-bygganlegg.git"
},
"author": "Thomas Granheim",
"license": "ISC",
"bugs": {
"url": "https://github.com/Puzzlepart/prosjektportalen-bygganlegg/issues"
},
"homepage": "https://github.com/Puzzlepart/prosjektportalen-bygganlegg#readme",
"devDependencies": {
"event-stream": "^4.0.1",
"extend": ">=3.0.2",
"graceful-fs": "^4.1.15",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-color": "^0.0.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-zip": "^4.2.0",
"lodash": ">=4.17.13",
"merge2": "^1.2.3",
"minimatch": "^3.0.4",
"path": "^0.12.7",
"plugin-error": "^1.0.1",
"run-sequence": "^2.2.1",
"string-format": "^2.0.0"
}
}