crappy-coder / astrid

2D Game Engine and Application Framework
2 stars 0 forks source link

add package.json #2

Closed crappy-coder closed 9 years ago

crappy-coder commented 9 years ago

Need to initialize the repo with a package.json file. Should probably initialize it with the following devDependencies:

grunt grunt-cli grunt-contrib-clean grunt-contrib-concat grunt-contrib-jshint grunt-contrib-nodeunit grunt-contrib-requirejs grunt-contrib-uglify grunt-contrib-minjson jsdoc jshint-stylish requirejs time-grunt

@fsbdev Any others? I guess we just add as needed...

fabslab commented 9 years ago

This is added in #6. So far it has box2dweb as a dependency, and babel and browserify as dev dependencies. We can add more as we go.