-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 990 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": "lackey-dustjs-helpers",
"version": "0.6.1",
"description": "A bunch of dustjs helpers",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Enigma Marketing <[email protected]> (http://www.enigma-marketing.co.uk)",
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/getlackey/dustjs-helpers.git"
},
"devDependencies": {
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.2",
"grunt": "^0.4.5",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jslint": "^1.1.12",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"mocha": "^2.3.4",
"should": "^8.1.1"
},
"dependencies": {
"config": "^1.10.0",
"request": "^2.53.0",
"lackey-options-parser": "0.0.x"
}
}