js-scaffold/package.json
Mark Moser cf0e086cc1 move to src dir with updated npm dependencies
upgraded package.json
moved the source files into /src and cleaned up Grunt.js pointers
2016-07-01 23:00:06 -05:00

19 lines
407 B
JSON

{
"name": "simple-js-noodles",
"private": true,
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-csslint": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "1.0.0",
"jshint-stylish": "~2.2.0",
"load-grunt-tasks": "~3.5.0"
},
"engines": {
"node": ">=0.8.0"
}
}