-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 947 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "kata-tdd-1-hung-nguyen",
"version": "1.0.0",
"description": "kata http://osherove.com/tdd-kata-1/",
"main": "gruntFile.js",
"dependencies": {
"connect": "^3.3.4",
"serve-static": "^1.8.0"
},
"devDependencies": {
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-karma": "^0.10.1",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.4",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://kaizvn:[email protected]/kaizvn/kata-tdd-1-hung-nguyen.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaizvn/kata-tdd-1-hung-nguyen/issues"
},
"homepage": "https://github.com/kaizvn/kata-tdd-1-hung-nguyen"
}