-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 791 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
{
"name": "timetableword2pdf",
"version": "1.0.2",
"description": "README.md",
"main": "Gruntfile.js",
"scripts": {
"test": "npm grunt -v && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KSOSH/TimeTableWord2Pdf.git"
},
"author": {
"name": "ProjectSoft",
"email": "projectsoft2009@yandex.ru",
"url": "https://projectsoft.ru/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KSOSH/TimeTableWord2Pdf/issues"
},
"homepage": "https://github.com/KSOSH/TimeTableWord2Pdf#readme",
"dependencies": {
"grunt": "^1.3.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"datauri": "^3.0.0",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
}
}