-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 945 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
{
"name": "npm-veeva-clm-presentations",
"version": "1.0.0",
"description": "npm-veeva-clm-presentations",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ToNyOyO/npm-veeva-clm-presentations.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ToNyOyO/npm-veeva-clm-presentations/issues"
},
"homepage": "https://github.com/ToNyOyO/npm-veeva-clm-presentations#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-image-resize": "^0.13.1",
"gulp-inject-string": "^1.1.2",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
"jsonfile": "^6.0.1",
"path": "^0.12.7",
"rimraf": "^3.0.2",
"write": "^2.0.0"
}
}