UNPKG

junglejs-common

Version:
42 lines (41 loc) 913 B
{ "name": "junglejs-common", "version": "0.1.2", "description": "Shared helpers for the Jungle toolkit", "main": "dist/index.js", "scripts": { "build": "babel -w -d dist ./src", "test": "./node_modules/karma/bin/karma start" }, "devDependencies": { "babel-core": "^5.1.13", "babel-loader": "^5.0.0", "baobab": "^1.0.2", "chai": "^2.3.0", "cortexjs": "^0.8.4", "karma": "^0.12.31", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.1.8", "karma-mocha": "^0.1.10", "karma-sourcemap-loader": "^0.3.4", "karma-webpack": "^1.5.0", "mocha": "^2.2.4" }, "repository": { "type": "git", "url": "https://github.com/littlemooon/jungle-common.git" }, "keywords": [ "react", "flux", "baobab", "cortex", "immstruct", "cursor", "om", "mowgli", "kaa" ], "author": "Fred Wright", "license": "MIT" }