OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "prismjs", |
| 3 "version": "0.0.1", |
| 4 "description": "Lightweight, robust, elegant syntax highlighting. A spin-off p
roject from Dabblet.", |
| 5 "main": "prism.js", |
| 6 "scripts": { |
| 7 "test": "echo \"Error: no test specified\" && exit 1" |
| 8 }, |
| 9 "repository": { |
| 10 "type": "git", |
| 11 "url": "https://github.com/LeaVerou/prism.git" |
| 12 }, |
| 13 "keywords": [ |
| 14 "prism", |
| 15 "highlight" |
| 16 ], |
| 17 "author": "Lea Verou", |
| 18 "license": "MIT", |
| 19 "readmeFilename": "README.md", |
| 20 "devDependencies": { |
| 21 "gulp": "^3.8.6", |
| 22 "gulp-concat": "^2.3.4", |
| 23 "gulp-header": "^1.0.5", |
| 24 "gulp-rename": "^1.2.0", |
| 25 "gulp-uglify": "^0.3.1" |
| 26 } |
| 27 } |
OLD | NEW |