just the basic repo stuff

This commit is contained in:
deltreey
2015-07-16 01:14:46 -04:00
commit f389e84fd9
7 changed files with 183 additions and 0 deletions

36
package.json Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "wildstring",
"version": "0.0.0",
"description": "Simple String Wildcard Handling",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/deltreey/wildstring"
},
"keywords": ["wildcard", "string", "interpolation"],
"author": {
"name":"Ted",
"email": "suicidolt@gmail.com",
"url": "https://github.com/deltreey"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/deltreey/wildstring/issues"
},
"dependencies": {},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.6.7",
"grunt-mocha-cli": "^1.12.0",
"grunt-versioner": "^0.1.7",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0"
}
}