You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
635 B
JSON
28 lines
635 B
JSON
{
|
|
"name": "prismjs",
|
|
"version": "0.0.1",
|
|
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
|
|
"main": "prism.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LeaVerou/prism.git"
|
|
},
|
|
"keywords": [
|
|
"prism",
|
|
"highlight"
|
|
],
|
|
"author": "Lea Verou",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.6",
|
|
"gulp-concat": "^2.3.4",
|
|
"gulp-header": "^1.0.5",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-uglify": "^0.3.1"
|
|
}
|
|
}
|