anorgatarrak-wordpress-theme/node_modules/coffeescript/package.json

72 lines
1.7 KiB
JSON
Raw Normal View History

{
"_from": "coffeescript@~1.10.0",
"_id": "coffeescript@1.10.0",
"_inBundle": false,
"_integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",
"_location": "/coffeescript",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "coffeescript@~1.10.0",
"name": "coffeescript",
"escapedName": "coffeescript",
"rawSpec": "~1.10.0",
"saveSpec": null,
"fetchSpec": "~1.10.0"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz",
"_shasum": "e7aa8301917ef621b35d8a39f348dcdd1db7e33e",
"_spec": "coffeescript@~1.10.0",
"_where": "/home/lrullo/httpdocs/anorgatarrak.eus/wp-content/themes/anorgatarrak/node_modules/grunt",
"author": {
"name": "Jeremy Ashkenas"
},
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
},
"bugs": {
"url": "https://github.com/jashkenas/coffeescript/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Unfancy JavaScript",
"devDependencies": {
"docco": "~0.7.0",
"highlight.js": "~8.0.0",
"jison": ">=0.2.0",
"uglify-js": "~2.2",
"underscore": "~1.5.2"
},
"directories": {
"lib": "./lib/coffee-script"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "http://coffeescript.org",
"keywords": [
"javascript",
"language",
"coffeescript",
"compiler"
],
"license": "MIT",
"main": "./lib/coffee-script/coffee-script",
"name": "coffeescript",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/coffeescript.git"
},
"scripts": {
"test": "node ./bin/cake test",
"test-harmony": "node --harmony ./bin/cake test"
},
"version": "1.10.0"
}