UNPKG

neft

Version:

JavaScript. Everywhere.

71 lines (70 loc) 1.85 kB
{ "name": "neft", "version": "0.10.4", "preferGlobal": true, "description": "JavaScript. Everywhere.", "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" }, "config": { "wiki_url": "git@github.com:Neft-io/neft.wiki.git" }, "scripts": { "bundle": "cross-env NODE_PATH=./ coffee --nodejs --harmony scripts/bundle.coffee", "test": "cross-env NODE_PATH=./ coffee --nodejs --harmony ./lib/unit/cli.coffee './tests/**/*.coffee' --require tests/init.coffee", "sync-wiki": "git subtree pull --prefix wiki wiki master", "update-api-wiki": "cross-env NODE_PATH=./ coffee scripts/api-wiki.coffee" }, "dependencies": { "babel-core": "6.9.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.9", "istanbul": "0.4.3", "sauce-connect-launcher": "^0.14.0", "wd": "0.4.0" } }