-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 920 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
37
38
39
40
{
"name": "raptor-dust",
"version": "0.2.0-SNAPSHOT",
"description": "Support module for integrating Dust and RaptorJS",
"keywords": [
"dust",
"raptor",
"loader",
"packaging",
"optimization",
"optimizer",
"templating",
"template"
],
"repository": {
"type": "git",
"url": "https://github.com/cubejs/raptor-dust.git"
},
"scripts": {
"test": "node_modules/.bin/jshint lib"
},
"author": "Patrick Steele-Idem <[email protected]>",
"contributors": [
"Patrick Steele-Idem <[email protected]>"
],
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {},
"devDependencies": {
"jshint": "~2.3.0",
"mocha": "~1.15.1",
"chai": "~1.8.1",
"raptor": "~2.6.4"
},
"license": "Apache License v2.0",
"main": "lib/index.js",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"ebay": {}
}