2015-09-17 01:26:48 +02:00
|
|
|
{
|
2015-09-17 02:17:28 +02:00
|
|
|
"name": "ascribe",
|
2015-09-17 01:50:43 +02:00
|
|
|
"title": "ascribe",
|
2015-09-17 02:17:28 +02:00
|
|
|
"description": "The best WordPress theme ever made!",
|
2015-09-17 01:26:48 +02:00
|
|
|
"version": "0.0.1",
|
|
|
|
"homepage": "http://wordpress.org/themes",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Territorial",
|
|
|
|
"email": "us@territorial.ca",
|
|
|
|
"url": "http://territorial.ca"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
2015-09-17 02:17:28 +02:00
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
|
|
"grunt-sass": "^1.0.0",
|
|
|
|
"autoprefixer-core": "^5.2.1",
|
|
|
|
"grunt-postcss": "^0.5.4",
|
2015-09-17 01:26:48 +02:00
|
|
|
"grunt-contrib-cssmin": "^0.12.3",
|
|
|
|
"grunt-contrib-jshint": "^0.11.2",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2015-09-17 02:17:28 +02:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
|
|
"grunt-contrib-compress": "^0.13.0",
|
2015-09-17 01:26:48 +02:00
|
|
|
"grunt-phpunit": "^0.3.6",
|
2015-09-17 02:17:28 +02:00
|
|
|
"grunt-contrib-qunit": "^0.7.0",
|
2015-09-17 01:26:48 +02:00
|
|
|
"load-grunt-tasks": "^3.2.0",
|
|
|
|
"qunitjs": "~1.18.0"
|
|
|
|
},
|
|
|
|
"keywords": []
|
|
|
|
}
|