Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Morse committed Mar 13, 2017
1 parent ee33012 commit 3da4b67
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "ReleaseTrackingBoard",
"version": "1.0.0",
"private": true,
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.9",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-connect": "0.11.2",
"rally-sdk2-test-utils": "0.1.3"
},
"scripts": {
"test": "grunt"
}
}

0 comments on commit 3da4b67

Please sign in to comment.