-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 886 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
38
{
"name": "dust-motes",
"description": "Collection of dust helpers/filters.",
"version": "0.0.1",
"homepage": "https://github.com/rragan/dust-motes",
"author": {
"name": "rragan",
"url": "https://github.com/rragan/dust-motes"
},
"repository": {
"type": "git",
"url": "git://github.com/rragan/dust-motes.git"
},
"bugs": {
"url": "https://github.com/rragan/dust-motes/issues"
},
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
},
"devDependencies": {
"dustjs-linkedin": "~2.0.0",
"dustjs-helpers": "~1.1.1",
"chai": "~1.5.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-mocha-test": "~0.2.0",
"should": "~1.2.2",
"grunt-simple-mocha": "~0.4.0"
}
}