-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 992 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
35
36
37
38
39
40
41
42
{
"name": "js-gantt",
"version": "1.0.16",
"description": "JavaScript Gantt-Chart Library",
"authors": [
"Philipp Meisen <philipp@meisen.net>"
],
"scripts": {
"test": "grunt 02-compile-sources"
},
"main": "dist/js-gantt.js",
"homepage": "https://github.com/pmeisen/js-gantt",
"repository": {
"type": "git",
"url": "https://github.com/pmeisen/js-gantt",
"bump": "git://github.com/pmeisen/js-gantt.git"
},
"keywords": [
"gantt",
"task",
"performance",
"utility",
"chart",
"svg"
],
"license": "MIT",
"private": false,
"dependencies": {},
"devDependencies": {
"grunt": "1.0.1",
"grunt-bower-install-simple": "1.2.3",
"grunt-bump": "0.8.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-execute": "0.2.2",
"grunt-publish": "1.0.0",
"grunt-sync-json": "0.4.0",
"main-bower-files": "2.13.1",
"requirejs": "2.3.3"
}
}