Create package.json during build target

Rather than hard-code the name and version in package.json, generate the file
during the build process.  The strings %NAME% and %VERSION% will be replaced
with appropriate values during a new build target 'package.json'.
This commit is contained in:
James Laska
2014-02-26 08:36:32 -05:00
parent 0462bb3f3f
commit a4257e207c
3 changed files with 20 additions and 25 deletions

1
.gitignore vendored
View File

@@ -24,4 +24,5 @@ pep8.txt
.tox
nohup.out
reports
package.json
*~