forked from blackbaud/stache1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
44
45
46
47
48
{
"author": {
"name": "Blackbaud - Bobby Earl"
},
"name": "blackbaud-stache",
"version": "0.7.44",
"description": "Blackbaud Stache",
"licence": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/stache.git"
},
"bugs": {
"url": "https://github.com/blackbaud/stache/issues"
},
"dependencies": {
"assemble": "^0.4.42",
"assemble-yaml": "^0.2.1",
"cheerio": "^0.18.0",
"grunt": "^0.4.5",
"grunt-asciify": "^0.2.2",
"grunt-available-tasks": "^0.5.6",
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1",
"handlebars": "^4.0.4",
"helper-moment": "^0.1.0",
"html-minifier": "^1.0.0",
"blackbaud-marked": "git+https://github.com/everydayhero/marked.git",
"merge": "^1.2.0",
"uglify-js": "^2.5.0"
},
"devDependencies": {
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jasmine-node-coverage": "^0.4.1",
"grunt-jscs": "^2.3.0",
"grunt-less-to-sass": "0.0.10",
"grunt-sass": "^1.1.0-beta"
},
"scripts": {
"test": "grunt test"
}
}