UNPKG

1.14 kBJSONView Raw
1{
2 "name": "apeman-brws-history",
3 "version": "3.0.4",
4 "description": "History manager for browser",
5 "main": "lib",
6 "browser": "sims/browser",
7 "scripts": {
8 "test": "./ci/test.js",
9 "prepublish": "./ci/build.js && ./ci/browser.js"
10 },
11 "repository": "apeman-brws-labo/apeman-brws-history",
12 "keywords": [
13 "apeman",
14 "brws",
15 "history"
16 ],
17 "author": {
18 "email": "okunishitaka.com@gmail.com",
19 "name": "Taka Okunishi",
20 "url": "http://okunishitaka.com"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/apeman-brws-labo/apeman-brws-history/issues"
25 },
26 "homepage": "https://github.com/apeman-brws-labo/apeman-brws-history#readme",
27 "dependencies": {
28 "co": "^4.6.0"
29 },
30 "devDependencies": {
31 "ape-compiling": "^4.3.3",
32 "ape-covering": "^3.0.3",
33 "ape-formatting": "^1.0.0",
34 "ape-releasing": "^4.0.1",
35 "ape-reporting": "^3.0.1",
36 "ape-tasking": "^4.0.3",
37 "ape-testing": "^4.0.0",
38 "ape-tmpl": "^5.0.11",
39 "ape-updating": "^4.0.2",
40 "coz": "^6.0.3",
41 "injectmock": "^2.0.0"
42 },
43 "engines": {
44 "node": ">=6",
45 "npm": ">=3"
46 }
47}
\No newline at end of file