-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 738 Bytes
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
{
"name": "fingerprinter-brunch",
"version": "0.0.2",
"description": "Rename assets based on SHA1 hash for cache busting",
"main": "./src/index",
"homepage": "https://github.com/paulcsmith/fingerprinter-brunch",
"repository": {
"type": "git",
"url": "git@github.com:paulcsmith/fingerprinter-brunch.git"
},
"scripts": {
"test": "node_modules/.bin/mocha && node_modules/.bin/istanbul report text-summary lcov"
},
"keywords": [
"brunch",
"cache",
"hash"
],
"author": "Paul Smith",
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"coffee-coverage": "^0.6.3",
"coffee-script": "~1.1270",
"fs-extra": "^0.24.0",
"istanbul": "^0.3.20",
"mocha": "^2.3.3"
}
}