forked from moment/momentjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 885 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
{
"private": true,
"name": "momentjs.com",
"version": "1.0.0",
"description": "Website for momentjs.com",
"homepage": "http://momentjs.com",
"author": "Tim Wood <[email protected]> (http://timwoodcreates.com/)",
"scripts": {
"doctest": "markdown-doctest"
},
"devDependencies": {
"assemble": "^0.4.37",
"assemble-yaml": "^0.2.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^0.7.3",
"grunt-cli": "^1.1.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-watch": "0.6.1",
"grunt-sass": "^1.1.0",
"gzip-size": "^0.2.0",
"load-grunt-tasks": "^0.4.0",
"markdown-doctest": "^0.7.0",
"moment": "2.17.1",
"moment-timezone": "0.5.10",
"time-grunt": "^0.3.1"
}
}