123456789101112131415161718192021222324252627 |
- {
- "name": "coffee-script",
- "version": "1.10.0",
- "main": [
- "lib/coffee-script/coffee-script.js"
- ],
- "description": "Unfancy JavaScript",
- "keywords": [
- "javascript",
- "language",
- "coffeescript",
- "compiler"
- ],
- "devDependencies": {
- "uglify-js": "~2.2",
- "jison": ">=0.2.0",
- "highlight.js": "~8.0.0",
- "underscore": "~1.5.2",
- "docco": "~0.6.2"
- },
- "author": {
- "name": "Jeremy Ashkenas"
- },
- "ignore": [
- "test"
- ]
- }
|