forked from nicoespeon/gitgraph.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "gitgraph.js",
"version": "1.1.3",
"author": "Nicolas Carlo <nicolascarlo.espeon@gmail.com>",
"description": "A JavaScript library to draw pretty git graphs in the browser",
"contributors": [
{
"name": "Fabien Bernard",
"email": "fabien0102@gmail.com"
}
],
"main": "./src/gitgraph.js",
"repository": {
"type": "git",
"url": "https://github.com/nicoespeon/gitgraph.js"
},
"keywords": [ "git", "graph", "javascript" ],
"dependencies" : {
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express": "~1.4.1",
"grunt-jsdoc": "~0.5.7",
"grunt-string-replace": "~1.0.0",
"grunt-open": "~0.2.2",
"load-grunt-tasks": "~0.6.0"
},
"scripts": {
"start": "grunt server",
"test": "grunt test"
},
"license": "MIT"
}