forked from moment/momentjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 943 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
{
"private": true,
"name": "momentjs.com",
"version": "1.0.0",
"description": "Website for momentjs.com",
"homepage": "https://momentjs.com",
"author": "Tim Wood <[email protected]> (http://timwoodcreates.com/)",
"scripts": {
"doctest": "markdown-doctest"
},
"devDependencies": {
"assemble": "^0.24.3",
"assemble-yaml": "^0.2.1",
"grunt": "^1.6.1",
"grunt-assemble": "^0.6.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"gzip-size": "^6.0.0",
"load-grunt-tasks": "^5.1.0",
"markdown-doctest": "^1.1.0",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"sass": "^1.61.0",
"time-grunt": "^1.4.0"
}
}