init
Showing
... | @@ -28,14 +28,15 @@ | ... | @@ -28,14 +28,15 @@ |
], | ], | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "^0.4.5", | "grunt": "^0.4.5", | ||
"grunt-browserify": "~2.0.1", | |||
"grunt-contrib-concat": "^0.4.0", | |||
"grunt-contrib-jshint": "^0.11.2", | "grunt-contrib-jshint": "^0.11.2", | ||
"grunt-contrib-nodeunit": "^0.4.1", | "grunt-contrib-nodeunit": "^0.4.1", | ||
"grunt-contrib-uglify": "~0.4.0", | "grunt-contrib-uglify": "~0.4.0", | ||
"grunt-contrib-watch": "~0.5.0", | "grunt-contrib-watch": "~0.5.0" | ||
"grunt-browserify": "~2.0.1", | |||
"grunt-contrib-concat": "^0.4.0" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@types/p2": "^0.7.32", | |||
"poly-decomp": "0.1.1" | "poly-decomp": "0.1.1" | ||
} | } | ||
} | } |
Please register or sign in to comment