forked from tnguyen14/tridnguyen.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 932 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
34
35
36
37
{
"name": "cbtallc2",
"version": "0.0.2",
"author": "Tri Nguyen",
"respository": {
"type": "git",
"url": "git://github.com/tnguyen14/cbtallc"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"handlebars": "~1.0.12",
"js-yaml": "~2.1.0",
"marked": "~0.2.9",
"moment": "~2.0.0",
"underscore": "~1.5.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compass": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-sass": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-gh-pages": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-autoprefixer": "~0.3.0",
"grunt-csso": "~0.5.0",
"grunt-responsive-images": "0.0.3",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-newer": "~0.5.4",
"time-grunt": "~0.2.5",
"load-grunt-tasks": "~0.2.1"
}
}