forked from linkedin/dustjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "dustjs-linkedin",
"version": "2.2.0",
"author": "Aleksander Williams",
"description": "Asynchronous templates for the browser and node.js ( LinkedIn fork )",
"contributors": [
{
"name": "Jairo de Morais",
"email": "[email protected]"
},
{
"name": "Veena Basavaraj",
"email":"[email protected]"
},
{
"name": "Jimmy Chan",
"email": "[email protected]"
},
{
"name": "Richard Ragan",
"email": "[email protected]"
},
{
"name": "Steven Foote",
"email": "[email protected]"
}
],
"scripts": {
"test" : "node test/jasmine-test/server/specRunner.js",
"start": "node src/build.js"
},
"bin": { "dustc": "./bin/dustc" },
"main": "./lib/dust",
"repository": {
"type": "git",
"url": "https://github.com/linkedin/dustjs.git"
},
"keywords": ["templates", "views"],
"devDependencies": {
"jasmine-node" : "1.9.x",
"cover" : "0.2.x",
"uglify-js" : "1.3.3",
"pegjs" : "0.7.0"
},
"license": "MIT",
"engine": {
"node": ">=0.5"
}
}