forked from ukutaht/fingerprint-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "fingerprint-brunch",
"version": "2.0.4",
"description": "A Brunch JS plugin for cache busting assets",
"author": "David Lepaux <d.lepaux@gmail.com>",
"keywords": [
"fingerprint",
"hash",
"cache-busting",
"brunch"
],
"main": "./src/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --require babel-core/register",
"local-test": "nyc --reporter=html npm test",
"coverage": "nyc --reporter=text-lcov npm test | coveralls",
"coveralls": "nyc --reporter=text-lcov npm test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git@github.com:dlepaux/fingerprint-brunch.git"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"fs-extra": "~5.0.0"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.1.2",
"chai": "~1.10.0",
"coveralls": "^3.0.0",
"mocha": "~5.1.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.2.1"
},
"license": "MIT"
}