-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
31 lines (31 loc) · 884 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
{
"name": "graphviz-d3-renderer",
"version": "0.9.24",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-coveralls": "^1.0.0",
"grunt-file-append": "0.0.2",
"grunt-gh-pages": "^1.1.0",
"grunt-karma": "^0.12.1",
"grunt-peg": "~1.1.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.6",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^0.3.6",
"karma-jasmine-diff-reporter": "^0.3.4",
"karma-requirejs": "^0.2.2"
},
"scripts": {
"test": "grunt test"
}
}