Mark Moser
cf0e086cc1
upgraded package.json moved the source files into /src and cleaned up Grunt.js pointers
19 lines
407 B
JSON
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"
|
|
}
|
|
}
|