forked from moment/momentjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 869 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
{
"private": true,
"name": "momentjs.com",
"version": "1.0.0",
"description": "Website for momentjs.com",
"homepage": "http://momentjs.com",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
"devDependencies": {
"assemble": "^0.4.37",
"assemble-yaml": "^0.2.1",
"async": "0.2.5",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^0.7.3",
"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-gh-pages": "^0.9.1",
"grunt-sass": "^0.12.1",
"highlight.js": "7.3.0",
"load-grunt-tasks": "^0.4.0",
"marked": "0.2.8",
"moment": "^2.6.0",
"swig": "0.13.5",
"time-grunt": "^0.3.1",
"underscore": ">= 1.3.1"
}
}