12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "name": "accord",
- "description": "A unified interface for compiled languages and templates in JavaScript",
- "version": "0.29.0",
- "author": "Jeff Escalante",
- "bugs": "https://github.com/jescalan/accord",
- "dependencies": {
- "convert-source-map": "^1.5.0",
- "glob": "^7.0.5",
- "indx": "^0.2.3",
- "lodash.clone": "^4.3.2",
- "lodash.defaults": "^4.0.1",
- "lodash.flatten": "^4.2.0",
- "lodash.merge": "^4.4.0",
- "lodash.partialright": "^4.1.4",
- "lodash.pick": "^4.2.1",
- "lodash.uniq": "^4.3.0",
- "resolve": "^1.5.0",
- "semver": "^5.3.0",
- "uglify-js": "^2.8.22",
- "when": "^3.7.8"
- },
- "devDependencies": {
- "LiveScript": "^1.3.1",
- "acorn": "^5.0.3",
- "babel": "^6.23.0",
- "babel-core": "^6.24.1",
- "babel-preset-es2015": "^6.24.1",
- "buble": "^0.15.2",
- "chai": "^3.5.0",
- "clean-css": "^4.0.12",
- "coco": "^0.9.1",
- "coffee-coverage": "^2.0.1",
- "coffee-react-transform": "^5.0.0",
- "coffee-script": "^1.12.5",
- "coveralls": "^2.13.1",
- "css-parse": "^2.0.0",
- "csso": "^3.1.1",
- "dogescript": "^2.3.0",
- "dot": "^1.1.1",
- "eco": "^1.0.3",
- "ejs": "^2.5.6",
- "hamljs": "^0.6.2",
- "handlebars": "^4.0.8",
- "he": "^1.1.1",
- "hogan.js": "^3.0.2",
- "html-minifier": "^3.4.3",
- "istanbul": "^0.4.4",
- "jade": "^1.11.0",
- "less": "^3.0.0",
- "marc": "^0.1.0",
- "marked": "^0.3.5",
- "mocha": "^3.3.0",
- "mocha-lcov-reporter": "^1.3.0",
- "myth": "^1.5.0",
- "node-sass": "^4.5.2",
- "parse5": "^3.0.2",
- "polytest": "0.0.1",
- "postcss": "^5.2.17",
- "postcss-simple-vars": "^3.1.0",
- "pug": "^2.0.0-rc.1",
- "react-tools": "^0.13.3",
- "stylus": "^0.54.5",
- "swig": "^1.4.2",
- "toffee": "^0.1.13",
- "typescript-compiler": "^1.4.1"
- },
- "homepage": "https://github.com/jescalan/accord",
- "keywords": [
- "compile"
- ],
- "license": "MIT",
- "main": "lib",
- "repository": {
- "type": "git",
- "url": "https://github.com/jenius/accord"
- },
- "scripts": {
- "coverage": "mocha && ./node_modules/.bin/istanbul report && open coverage/lcov-report/index.html",
- "coveralls": "istanbul report && cat ./coverage/lcov.info | coveralls",
- "legacy": "./node_modules/.bin/coffee test/legacy.coffee",
- "test": "mocha test/test.coffee"
- }
- }
|