Skip to content
This repository was archived by the owner on Aug 31, 2026. It is now read-only.

Commit c9576c2

Browse files
author
Kyle Morse
committed
Add package.json
1 parent 032fd4d commit c9576c2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "EstimationBoard",
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": "npm i && grunt test",
15+
"test:debug": "npm i && grunt test:debug"
16+
}
17+
}

0 commit comments

Comments
 (0)