-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.02 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
49
50
51
52
53
{
"name": "template-object",
"version": "0.0.3",
"description": "Runs underscore's _.template over an object structure.",
"keywords": [
"template",
"recursive",
"object",
"nested structure",
"nested",
"structure",
"hash"
],
"bugs": {
"url": "https://github.com/leftclickben/template-object/issues"
},
"license": "MIT",
"author": {
"name": "Ben New",
"email": "ben@leftclick.com.au",
"url": "http://leftclick.com.au/"
},
"contributors": [
{
"name": "Ben New",
"email": "ben@leftclick.com.au",
"url": "http://leftclick.com.au/"
}
],
"main": "index",
"repository": {
"type": "git",
"url": "git://github.com/leftclickben/template-object"
},
"scripts": {
"test": "grunt qa"
},
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {
"jasmine-node": "~1.13.0",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-jasmine-node": "~0.1.0",
"grunt-jslint": "~1.1.2",
"grunt-contrib-watch": "~0.5.3"
},
"engines": {
"node": ">=0.8.0"
},
"readmeFilename": "README.md"
}