-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1003 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
{
"name": "soyer",
"description": "Soyer is small lib for serverside use of Google Closure Templates with node.js",
"tags": [ "template", "google", "clousure", "templates", "soy", "node", "server", "xlf", "xliff", "language", "translate" ],
"keywords": [ "template", "google", "clousure", "templates", "soy", "node", "server", "xlf", "xliff", "language", "translate" ],
"version": "0.3.5",
"author": "mpneuried",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mpneuried/soyer.git"
},
"main": "./lib/soyer/index.js",
"homepage": "http://mpneuried.github.com/soyer/",
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"lodash": "3.x || 2.x"
},
"devDependencies": {
"should": "4.3.x",
"grunt": "0.4.x",
"grunt-regarde": "*",
"grunt-contrib-coffee": "*",
"grunt-include-replace": "*",
"grunt-mocha-cli": "*",
"grunt-docker": "0.0.x",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*"
}
}