1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 17:23:55 +01:00
wp-theme/package.json

38 lines
1006 B
JSON
Raw Normal View History

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": {
2015-09-18 00:21:29 +02:00
"autoprefixer-core": "^5.2.1",
2015-09-17 01:26:48 +02:00
"grunt": "^0.4.5",
2015-09-18 00:21:29 +02:00
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
2015-09-17 01:26:48 +02:00
"grunt-contrib-concat": "^0.5.1",
2015-09-18 00:21:29 +02:00
"grunt-contrib-copy": "^0.8.0",
2015-09-17 01:26:48 +02:00
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
2015-09-18 00:21:29 +02:00
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.1",
2015-09-17 01:26:48 +02:00
"grunt-contrib-watch": "^0.6.1",
"grunt-phpunit": "^0.3.6",
2015-09-18 00:21:29 +02:00
"grunt-postcss": "^0.5.4",
"grunt-sass": "^1.0.0",
"grunt-sftp-deploy": "^0.2.4",
2015-09-17 01:26:48 +02:00
"load-grunt-tasks": "^3.2.0",
"qunitjs": "~1.18.0"
},
"keywords": []
}