forked from rpeterclark/aspunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 790 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
{
"name": "aspunit",
"description": "A Classic ASP Unit Testing Framework",
"version": "0.1.1-0",
"homepage": "https://github.com/rpeterclark/aspunit",
"author": {
"name": "R. Peter Clark",
"email": "[email protected]",
"url": "http://www.rpeterclark.com"
},
"repository": {
"type": "git",
"url": "git://github.com/rpeterclark/aspunit.git"
},
"bugs": {
"url": "https://github.com/rpeterclark/aspunit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rpeterclark/aspunit/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-iisexpress": "~0.3.1",
"grunt-aspunit": "~0.1.0"
}
}