1234567891011121314151617181920 |
- {
- "name": "brikz",
- "version": "0.0.2",
- "description": "Reconfigurable micro composition of object APIs",
- "main": "brikz.js",
- "scripts": {
- "build": "babel --out-dir amd brikz.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://lolg.it/herby/brikz.git"
- },
- "author": "Herby Vojčík <herby@mailbox.sk>",
- "license": "MIT",
- "devDependencies": {
- "babel-cli": "^6.14.0",
- "babel-plugin-transform-es2015-modules-simple-amd": "^0.3.0"
- }
- }
|