UNPKG

statis

Version:
53 lines (52 loc) 1.47 kB
{ "name": "statis", "version": "0.16.0", "description": "Chain static attachment.", "main": "statis.js", "scripts": { "build:static": "babel static.module.js --out-file static.js --source-maps", "build:statis": "babel statis.js --out-file statis.support.js --source-maps", "build": "npm run build:static && npm run build:statis && webpack --progress --display-modules", "test": "mocha statis-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/statis.git" }, "keywords": [ "chain", "static", "attachment", "statis" ], "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>", "contributors": [ "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>", "Vinse Vinalon <vinsevinalon@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/volkovasystems/statis/issues" }, "homepage": "https://github.com/volkovasystems/statis#readme", "dependencies": { "arid": "^0.26.0", "babel-runtime": "^6.23.0", "diatom": "^0.32.0", "falzy": "^0.20.0", "ferge": "^0.4.0", "harden": "^0.22.0", "protype": "^0.22.0", "raze": "^0.30.0", "stagn": "^0.13.0", "vound": "^0.29.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "source-map-loader": "^0.2.1", "webpack": "^3.0.0" } }