-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
43 lines (43 loc) · 1.26 KB
/
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
38
39
40
41
42
43
{
"name": "balanced-static-site",
"private": true,
"version": "0.0.1",
"description": "Balanced Static Site",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": "[email protected]:balanced/www.balancedpayments.com.git",
"author": "Balanced <[email protected]>",
"dependencies": {
"wintersmith-browserify": "~0.2.3",
"wintersmith-less": "~0.2.1",
"wintersmith-nunjucks": "~0.2.1",
"browsernizr": "~1.0.0",
"wintersmith": "~2.0.7",
"lodash": "~2.2.1",
"moment": "~2.3.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-open": "~0.2.2",
"grunt-cli": "~0.1.9",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-jshint": "~0.1.1rc5",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-hashres": "~0.3.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-s3": "~0.2.0-alpha",
"grunt-exec": "~0.4.2",
"grunt-jsbeautifier": "~0.2.2",
"grunt-wintersmith": "~0.0.2",
"matchdep": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-img": "0.1.7",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-bower-task": "~0.3.4",
"moment": "https://registry.npmjs.org/moment/-/moment-2.3.1.tgz"
}
}