| 1 |
{ |
| 2 |
"name": "cornerstone", |
| 3 |
"version": "0.8.1", |
| 4 |
"title": "Cornerstone", |
| 5 |
"description": "Enhanced content management for WordPress", |
| 6 |
"author": "Archetyped <support@archetyped.com>", |
| 7 |
"license": "GPLv2", |
| 8 |
"private": true, |
| 9 |
"devDependencies": { |
| 10 |
"grunt": "^0.4.5", |
| 11 |
"grunt-contrib-jshint": "^0.11.2", |
| 12 |
"grunt-contrib-uglify": "^0.9.1", |
| 13 |
"grunt-contrib-watch": "^0.6.1", |
| 14 |
"grunt-phplint": "0.0.5", |
| 15 |
"grunt-sass": "^1.0.0", |
| 16 |
"jshint-stylish": "^2.0.1", |
| 17 |
"load-grunt-tasks": "^3.2.0", |
| 18 |
"time-grunt": "^1.2.1" |
| 19 |
} |
| 20 |
} |
| 21 |
|