-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.17 KB
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
39
40
41
42
43
44
45
46
47
48
{
"name": "hash.subscribe",
"version": "2.2.0",
"description": "Subscribe your components to the browser Hash, and get change notifications",
"scripts": {
"lint": "semistandard index.js",
"dev": "nodemon -q -x 'npm test'",
"test": "npm run lint && browserify tests.js | ghostface | tap-set-exit | faucet"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/raiseandfall/hash.subscribe.git"
},
"engines": {
"node": ">=0.10.x"
},
"keywords": [
"hash",
"browser",
"location"
],
"author": {
"name": "raiseandfall",
"url": "https://github.com/raiseandfall"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/raiseandfall/hash.subscribe/issues"
},
"homepage": "https://github.com/raiseandfall/hash.subscribe",
"devDependencies": {
"browserify": "^13.0.0",
"extend": "^3.0.0",
"faucet": "0.0.1",
"ghostface": "^1.5.0",
"nodemon": "^1.8.1",
"redtape": "^1.0.0",
"semistandard": "^7.0.5",
"tap-set-exit": "^1.1.1",
"tape": "^4.4.0",
"tapes": "^3.1.0",
"phantomjs-prebuilt": "^2.1.3"
},
"dependencies": {
"clone": "^1.0.2"
}
}