-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
32 lines (32 loc) · 908 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
{
"name": "fpcollect",
"version": "1.0.5",
"description": "Fingerprinting script of the Fingerprint-Scanner library",
"main": "dist/fpCollect.min.js",
"scripts": {
"build": "WEBPACK_ENV=build webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
"test": "mocha --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/antoinevastel/fp-collect.git"
},
"keywords": [],
"author": "antoinevastel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antoinevastel/fp-collect/issues"
},
"homepage": "https://github.com/antoinevastel/fp-collect",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^5.0.1",
"puppeteer": "^1.0.0",
"webpack": "^3.11.0"
}
}