-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 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
{
"name": "handlebars.nested",
"description": "Handlebars plugin for nesting helpers and expressions",
"version": "0.2.3",
"author": "mateusmaso",
"license": "MIT",
"keywords": [
"handlebars",
"nested",
"subexpressions"
],
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"chai": "*",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-mocha-test": "^0.13.2",
"handlebars": "^4.0.10",
"jsdom": "^11.0.0",
"mocha": "*"
},
"repository": {
"type": "git",
"url": "http://github.com/mateusmaso/handlebars.nested"
},
"scripts": {
"test": "grunt mochaTest mocha_phantomjs"
},
"main": "lib/index.js"
}