initial commit
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
{
|
||||
"name": "cimba",
|
||||
"version": "0.1.0",
|
||||
"main": "Gruntfile.js",
|
||||
"author": "Anthony Correa",
|
||||
"scripts" : {
|
||||
"start" : "grunt default" ,
|
||||
"readme" : "grunt readme",
|
||||
"i18n" : "grunt i18n"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-wp-i18n": "~0.5.0",
|
||||
"grunt-wp-readme-to-markdown": "~1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user