caffeine-script-runtime
Version:
Runtime library for CaffeineScript
42 lines (41 loc) • 1.1 kB
JSON
{
"author": "Shane Brinkman-Davis Delamore",
"bugs": "https:/github.com/caffeine-suite/caffeine-suite/issues",
"description": "Runtime library for CaffeineScript",
"devDependencies": {
"art-build-configurator": "^1.28.0",
"art-testbench": "^2.2.8"
},
"homepage": "https://github.com/caffeine-suite/caffeine-suite",
"jest": {
"collectCoverageFrom": [
"source/**/*.js",
"!source/Jest/**/*.js",
"!source/test/**/*.js"
],
"testEnvironment": "node"
},
"license": "ISC",
"name": "caffeine-script-runtime",
"repository": {
"type": "git",
"url": "https://github.com/caffeine-suite/caffeine-suite.git"
},
"scripts": {
"build": "coffee --output source --compile source-source &\ncaf -p -c source-source -o source &\nwait\nnn -s",
"build-clean": "npm run clean; npm run build",
"clean": "rm -rf source/*",
"test": "jest",
"watch": "npm-watch"
},
"version": "1.14.0",
"watch": {
"build": {
"extensions": "caf coffee",
"patterns": [
"source-source"
],
"quiet": false
}
}
}