Move mod content into a separate module
This commit is contained in:
+6
-4
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "crafting-guide",
|
||||
"version": "1.0.0",
|
||||
"description": "crafting-guide ==============",
|
||||
"main": "site/scripts/main.js",
|
||||
"description": "Source code for http://crafting-guide.com",
|
||||
"main": "./build/index.js",
|
||||
"scripts": {
|
||||
"prepublish": "grunt build",
|
||||
"test": "grunt test"
|
||||
},
|
||||
"repository": {
|
||||
@@ -18,17 +19,18 @@
|
||||
"devDependencies": {
|
||||
"chai": "^1.10.0",
|
||||
"coffee-script": "^1.9.1",
|
||||
"coffeeify": "^1.0.0",
|
||||
"coffeeify": "^1.1.0",
|
||||
"express": "^4.10.6",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-browserify": "^3.2.1",
|
||||
"grunt-coffee": "0.0.6",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-coffee": "^0.13.0",
|
||||
"grunt-contrib-copy": "^0.7.0",
|
||||
"grunt-contrib-jade": "^0.13.0",
|
||||
"grunt-contrib-sass": "^0.8.1",
|
||||
"grunt-contrib-uglify": "^0.7.0",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-exorcise": "^0.2.0",
|
||||
"grunt-mocha-test": "^0.12.7",
|
||||
"grunt-rename": "^0.1.4",
|
||||
"grunt-rsync": "^0.6.2",
|
||||
|
||||
Reference in New Issue
Block a user