UNPKG

1.15 kBJSONView Raw
1{
2 "name": "asobj",
3 "version": "1.5.0",
4 "description": "Object utiltify",
5 "main": "shim/node",
6 "browser": "shim/browser",
7 "scripts": {
8 "test": "node ./ci/test.js",
9 "prepublish": "node ./ci/build.js && node ./ci/shim.js"
10 },
11 "repository": "a-labo/asobj",
12 "keywords": [
13 "object"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "email": "okunishitaka.com@gmail.com",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/a-labo/asobj/issues"
23 },
24 "homepage": "https://github.com/a-labo/asobj#readme",
25 "dependencies": {
26 "co": "^4.6.0",
27 "deep-equal": "^1.0.1"
28 },
29 "devDependencies": {
30 "ababel": "^1.1.12",
31 "ababel-es2015": "^1.0.6",
32 "aglob": "^1.0.2",
33 "amocha": "^1.0.16",
34 "ape-doc": "^2.0.4",
35 "ape-formatting": "^1.0.2",
36 "ape-releasing": "^4.0.4",
37 "ape-reporting": "^3.0.2",
38 "ape-tasking": "^4.0.8",
39 "ape-tmpl": "^5.0.20",
40 "ape-updating": "^4.0.5",
41 "coz": "^6.0.17",
42 "fbjs": "^0.8.6",
43 "filecopy": "^2.0.2",
44 "injectmock": "^2.0.0"
45 },
46 "engines": {
47 "node": ">=6",
48 "npm": ">=3"
49 }
50}
\No newline at end of file