-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 781 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 781 Bytes
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
{
"name": "pert-chart",
"version": "1.0.0",
"description": "A simple PERT chart maker and viewer",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"start": "http-server public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tecs/pert-chart.git"
},
"keywords": [
"pert",
"chart",
"diagram",
"project",
"management"
],
"author": "Alexander Ivanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/tecs/pert-chart/issues"
},
"homepage": "https://github.com/tecs/pert-chart#readme",
"devDependencies": {
"data-store": "github:tecs/data-store",
"gulp": "^5.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.77.8"
}
}