mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Finixhed applying jsHint linting to js files. Created initial Gruntfile.js build script and package.json script for keeping track of required node modules.
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "ansible-commander",
|
||||
"version": "1.4.5",
|
||||
"devDependencies": {
|
||||
"grunt": "latest",
|
||||
"grunt-contrib-jshint": "~0.8.0",
|
||||
"grunt-contrib-uglify": "~0.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user