Begin grunt setup
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "content-warning-v2",
|
||||
"version": "1.0.0",
|
||||
"description": "Wordpress Plugin",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/JayWood/content-warning-v3.git"
|
||||
},
|
||||
"author": "Jay Wood",
|
||||
"license": "GPLv2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/JayWood/content-warning-v3/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-contrib-sass": "~0.7.3",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-contrib-cssmin": "~0.10.0",
|
||||
"grunt-contrib-uglify": "~0.5.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user