UNPKG

1.17 kBJSONView Raw
1{
2 "name": "raze",
3 "version": "0.34.0",
4 "description": "Convert entity to Array instance.",
5 "main": "raze.js",
6 "support": "raze.support.js",
7 "deploy": "raze.deploy.js",
8 "browser": "raze.deploy.js",
9 "scripts": {
10 "build": "babel raze.js --out-file raze.support.js --source-maps && webpack --progress --display-modules",
11 "test": "mocha raze-test.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/volkovasystems/raze.git"
16 },
17 "keywords": [
18 "convert",
19 "array-like",
20 "data",
21 "structure",
22 "Array",
23 "instance",
24 "raze"
25 ],
26 "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
27 "contributors": [
28 "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
29 "Vinse Vinalon <vinsevinalon@gmail.com>"
30 ],
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/volkovasystems/raze/issues"
34 },
35 "homepage": "https://github.com/volkovasystems/raze#readme",
36 "dependencies": {
37 "babel-runtime": "^6.23.0"
38 },
39 "devDependencies": {
40 "babel-cli": "^6.24.1",
41 "babel-core": "^6.25.0",
42 "babel-plugin-transform-runtime": "^6.23.0",
43 "babel-preset-latest": "^6.24.1",
44 "source-map-loader": "^0.2.1",
45 "webpack": "^3.3.0"
46 }
47}