UNPKG

914 BJSONView Raw
1{
2 "name": "hash-for-dep",
3 "version": "1.1.1",
4 "description": "generates a hash that represents a module and its depenencies uniqueness",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha tests/**/*-test.js tests/jshint.spec.js",
8 "test:debug": "mocha debug tests/**/*-test.js tests/jshint.spec.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/stefanpenner/hash-for-dep.git"
13 },
14 "author": "Stefan Penner <stefan.penner@gmail.com>",
15 "license": "ISC",
16 "bugs": {
17 "url": "https://github.com/stefanpenner/hash-for-dep/issues"
18 },
19 "homepage": "https://github.com/stefanpenner/hash-for-dep#readme",
20 "dependencies": {
21 "broccoli-kitchen-sink-helpers": "^0.3.1",
22 "heimdalljs": "^0.2.3",
23 "heimdalljs-logger": "^0.1.7",
24 "resolve": "^1.1.6"
25 },
26 "devDependencies": {
27 "chai": "^3.5.0",
28 "mocha": "^2.2.4",
29 "mocha-jshint": "^1.0.0"
30 }
31}