This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
54
55
56
{
"name": "locator-dust",
"description": "Dust template compiler for locator",
"version": "0.2.1",
"author": "Caridy Patino <caridy@yahoo-inc.com> (http://github.com/caridy)",
"contributors": [],
"dependencies": {
"dustjs-linkedin": "~1.2.5",
"yui": ">=3.12.0",
"debug": "*"
},
"main": "index",
"locator": {
"ruleset": "main",
"location": "./yui-modules"
},
"keywords": [
"framework",
"yui",
"mojito",
"modown",
"dust",
"templates"
],
"directories": {
"lib": "./lib",
"yui-modules": "./yui-modules"
},
"engines": {
"node": ">=0.8.x",
"npm" : ">=1.2.10"
},
"homepage": "https://github.com/yahoo/locator-dust",
"devDependencies": {
"chai": "*",
"istanbul": "*",
"jshint": "~1.1.0",
"yui-lint": "~0.1.3",
"mocha": "*",
"mockery": "1.4.x",
"xunit-file": "*",
"yui": ">=3.12.0"
},
"scripts": {
"lint": "node node_modules/.bin/jshint --config ./node_modules/yui-lint/jshint.json ./lib/*.js ./yui-modules/*.js",
"test": "node node_modules/.bin/_mocha tests/lib/*.js --reporter spec"
},
"repository": {
"type": "git",
"url" : "https://github.com/yahoo/locator-dust.git"
},
"bugs": {
"url": "https://github.com/yahoo/locator-dust/issues"
},
"license": "BSD"
}