-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 1.06 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
{
"name": "gdpr",
"version": "1.3.10",
"description": "gdpr opt in",
"main": "gdpr.js",
"scripts": {
"prepare": "npm update --dev vl-ui-util && npm run prepare:util",
"prepare:util": "npm explore vl-ui-util -- npm run install:utils",
"test": "./node_modules/mocha/bin/mocha --ui tdd test/**/*.test.js --reporter spec",
"release": "np",
"release:prepare": "npm run release:prepare:build && npm run release:prepare:commit",
"release:prepare:build": "uglifyjs --compress --mangle --output gdpr.js -- *.src.js",
"release:prepare:commit": "git add gdpr.js && git commit --amend --no-edit && git pull",
"release:testless": "np --yolo"
},
"author": "Tom Coemans",
"license": "ISC",
"devDependencies": {
"chai": "4.1.2",
"jsdom": "11.11.0",
"mocha": "5.2.0",
"np": "3.0.4",
"sinon": "6.0.1",
"uglify-js-es6": "2.8.9",
"vl-ui-util": "^2.0.4"
},
"publishConfig": {
"registry": "http://artifactory-pr-build.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/"
},
"dependencies": {
"gpg": "^0.6.0"
}
}