forked from krakenjs/adaro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 827 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 827 Bytes
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
{
"name": "adaro",
"version": "0.1.5",
"description": "An express renderer for DustJs Templates",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/krakenjs/adaro.git"
},
"keywords": [
"dustjs",
"express",
"nodejs"
],
"author": "Erik Toth <ertoth@paypal.com>",
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"core-util-is": "~1.0.0"
},
"devDependencies": {
"mocha": "~1.9.0",
"chai": "~1.5.0",
"jshint": "*",
"dustjs-linkedin": "~2.0.3",
"dustjs-helpers": "~1.1.1",
"express": "~3.4.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-mocha-test": "~0.7.0"
}
}