1
0
Fork 0
arangodb/js/node/node_modules/iced-coffee-script/package.json

59 lines
3.4 KiB
JSON

{
"name": "iced-coffee-script",
"description": "IcedCoffeeScript",
"author": {
"name": "Jeremy Ashkenas + Maxwell Krohn"
},
"version": "1.7.1-f",
"keywords": [
"javascript",
"language",
"coffeescript",
"compiler"
],
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib/coffee-script"
},
"main": "./lib/coffee-script/coffee-script",
"bin": {
"iced": "./bin/coffee",
"icake": "./bin/cake"
},
"scripts": {
"test": "node ./bin/cake test"
},
"homepage": "http://maxtaco.github.io/coffee-script",
"bugs": {
"url": "https://github.com/maxtaco/coffee-script/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/maxtaco/coffee-script.git"
},
"devDependencies": {
"uglify-js": "~2.2",
"jison": ">=0.2.0",
"highlight.js": "~8.0.0",
"underscore": "~1.5.2",
"docco": "0.6.x",
"browserify": "^4.1.8"
},
"dependencies": {
"docco": "~0.6.2",
"iced-runtime": ">=0.0.1",
"mkdirp": "~0.3.5"
},
"readme": "\n \n ICED\n \n _____ __ __\n / ____| / _|/ _|\n .- ----------- -. | | ___ | |_| |_ ___ ___\n ( (ice cubes) ) | | / _ \\| _| _/ _ \\/ _ \\\n |`-..________ ..-'| | |___| (_) | | | || __/ __/\n | | \\_____\\___/|_| |_| \\___|\\___|\n | ;--.\n | (__ \\ _____ _ _\n | | ) ) / ____| (_) | |\n | |/ / | (___ ___ _ __ _ _ __ | |_\n | ( / \\___ \\ / __| '__| | '_ \\| __|\n | |/ ____) | (__| | | | |_) | |_\n | | |_____/ \\___|_| |_| .__/ \\__|\n `-.._________..-' | |\n |_|\n\n\n CoffeeScript is a little language that compiles into JavaScript.\n IcedCoffeeScript is a superset of CoffeeScript that adds two new \n keywords: await and defer.\n\n If you have the Node Package Manager installed:\n npm install -g iced-coffee-script\n (Leave off the -g if you don't wish to install globally.)\n\n Or, if you don't wish to use npm:\n sudo bin/cake install\n\n Execute a script:\n iced /path/to/script.coffee\n\n Compile a script:\n iced -c /path/to/script.coffee\n\n For documentation, usage, and examples, see:\n http://maxtaco.github.com/coffee-script\n\n For iced-specific technical documentation, see:\n https://github.com/maxtaco/coffee-script/blob/iced/iced.md\n\n To suggest a feature, report a bug, or general discussion:\n https://github.com/maxtaco/coffee-script/issues/\n\n DM or tweet at me with questions: @maxtaco\n\n Or better yet, tweet about how much you love IcedCoffeeScript.\n\n The source repository:\n git://github.com/maxtaco/coffee-script.git\n\n Top 100 contributors are listed here:\n http://github.com/maxtaco/coffee-script/contributors\n",
"readmeFilename": "README",
"_id": "iced-coffee-script@1.7.1-f",
"dist": {
"shasum": "a1c9e0c6127fafd028f49c53339ccec92d3f6f56"
},
"_from": "iced-coffee-script@1.7.1-f",
"_resolved": "https://registry.npmjs.org/iced-coffee-script/-/iced-coffee-script-1.7.1-f.tgz"
}