-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "underscore-tpl",
"version": "0.3.3",
"description": "_.template for objects",
"main": "dist/underscore-tpl.js",
"dependencies": {
"lodash": "^2.4.1"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-mocha-test": "^0.11.0",
"jit-grunt": "^0.8.0",
"jshint-stylish": "^0.4.0",
"load-grunt-configs": "^0.4.0",
"require-directory": "^2.0.0",
"time-grunt": "^0.4.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/creynders/underscore-tpl.git"
},
"keywords": [
"underscore",
"template",
"lodash"
],
"author": "Camille Reynders",
"license": "MIT",
"bugs": {
"url": "https://github.com/creynders/underscore-tpl/issues"
},
"homepage": "https://github.com/creynders/underscore-tpl",
"files": [
"LICENSE-MIT",
"README.md",
"dist"
]
}