UNPKG

1.02 kBJSONView Raw
1{
2 "name": "apemanseed",
3 "version": "2.0.3",
4 "description": "Dynamic data generator.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js",
8 "prepublish": "./ci/build.js && ./ci/browser.js"
9 },
10 "repository": "apeman-labo/apemanseed",
11 "keywords": [
12 "apeman",
13 "seed"
14 ],
15 "author": {
16 "email": "okunishitaka.com@gmail.com",
17 "name": "Taka Okunishi",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/apeman-labo/apemanseed/issues"
23 },
24 "homepage": "https://github.com/apeman-labo/apemanseed#readme",
25 "dependencies": {
26 "argx": "^2.0.2",
27 "pudding": "^4.0.0"
28 },
29 "devDependencies": {
30 "ababel": "^1.0.19",
31 "ababel-es2015": "^1.0.2",
32 "amocha": "^1.0.8",
33 "ape-releasing": "^4.0.2",
34 "ape-reporting": "^3.0.1",
35 "ape-tasking": "^4.0.7",
36 "ape-tmpl": "^5.0.14",
37 "ape-updating": "^4.0.4",
38 "coz": "^6.0.14",
39 "injectmock": "^2.0.0"
40 },
41 "engines": {
42 "node": ">=6",
43 "npm": ">=3"
44 }
45}
\No newline at end of file