syntax-highlighting
Version:
Syntax Highlighting Colorschemes for many applications
43 lines (42 loc) • 1.21 kB
JSON
{
"name": "syntax-highlighting",
"version": "1.0.0",
"description": "Syntax Highlighting Colorschemes for many applications",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atelierbram/syntax-highlighting.git"
},
"keywords": [
"syntax-highlighting",
"syntax",
"color",
"themes",
"colorschemes"
],
"author": "Bram de Haan <info@atelierbramdehaan.nl> (http://atelierbramdehaan.nl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/atelierbram/syntax-highlighting/issues"
},
"homepage": "https://github.com/atelierbram/syntax-highlighting#readme",
"devDependencies": {
"autoprefixer": "^6.4.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-criticalcss": "^1.0.3",
"grunt-hashres": "^0.4.1",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.1",
"matchdep": "^1.0.1",
"time-grunt": "^1.4.0"
}
}