forked from vkaravir/JSAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "JSAV",
"version": "1.0.1",
"description": "JSAV - The JavaScript Algorithm Visualization Library",
"homepage": "http://jsav.io/",
"license": "MIT",
"author": "Ville Karavirta <[email protected]>",
"contributors": [
{
"name": "Cliff Shaffer"
},
{
"name": "Ville Karavirta",
"email": "[email protected]"
},
{
"name": "Matthew Micallef",
"email": "[email protected]"
}
],
"directories": {
"example": "Example usages of JSAV",
"test": "Unittests",
"src": "The JS sourcefiles"
},
"repository": {
"type": "git",
"url": "https://github.com/vkaravir/JSAV.git"
},
"bugs": {
"url": "https://github.com/vkaravir/JSAV/issues"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.2.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-gitinfo": "^0.1.8",
"load-grunt-tasks": "^3.5.2"
}
}