UNPKG

neft

Version:

Universal Platform

68 lines (67 loc) 1.68 kB
{ "name": "neft", "version": "0.11.2", "preferGlobal": true, "description": "Universal Platform", "keywords": [ "framework", "native", "android", "ios", "webgl" ], "bin": { "neft": "bin/neft.js", "neft-unit": "bin/neft-unit.js" }, "main": "index.coffee", "license": "Apache-2.0", "homepage": "http://neft.io", "author": "Krystian Kruk <krystian@neft.io>", "contributors": [], "repository": { "type": "git", "url": "https://github.com/Neft-io/neft.git" }, "bugs": "https://github.com/Neft-io/neft/issues", "engines": { "node": ">=0.11.14" }, "scripts": { "bundle": "cross-env NODE_PATH=./ coffee --nodejs --harmony scripts/bundle.coffee", "test": "cross-env NODE_PATH=./ coffee --nodejs --harmony tests/init.coffee", "update-api-docs": "cross-env NODE_PATH=./ coffee scripts/api-wiki.coffee" }, "dependencies": { "babel-core": "6.18.0", "babel-preset-es2015": "6.9.0", "chokidar": "1.5.1", "coffee-script": "1.10.0", "cross-env": "1.0.8", "form-data": "1.0.0-rc4", "fs-extra": "0.30.0", "glob": "7.0.3", "groundskeeper": "0.1.12", "htmlparser2": "3.9.0", "js-yaml": "3.6.1", "mkdirp": "0.5.1", "mustache": "2.2.1", "node-notifier": "4.6.0", "node-static": "0.7.7", "open": "0.0.5", "pegjs": "0.9.0", "qs": "6.2.0", "semver": "5.1.0", "uglify-js": "2.6.2", "xcode": "0.8.7" }, "devDependencies": { "babel-register": "6.9.0", "coffee-coverage": "1.0.1", "coveralls": "2.11.14", "istanbul": "^0.4.5", "sauce-connect-launcher": "0.17.0", "sinon": "1.17.5", "wd": "0.4.0" } }