Skip to content

Commit 3da4b67

Browse files
author
Kyle Morse
committed
Add package.json
1 parent ee33012 commit 3da4b67

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "ReleaseTrackingBoard",
3+
"version": "1.0.0",
4+
"private": true,
5+
"devDependencies": {
6+
"grunt": "~0.4.5",
7+
"grunt-cli": "~0.1.9",
8+
"grunt-contrib-jasmine": "1.0.3",
9+
"grunt-contrib-jshint": "~0.7.2",
10+
"grunt-contrib-connect": "0.11.2",
11+
"rally-sdk2-test-utils": "0.1.3"
12+
},
13+
"scripts": {
14+
"test": "grunt"
15+
}
16+
}

0 commit comments

Comments
 (0)