-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 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
{
"name": "Lu",
"version": "0.3.4",
"author": {
"name": "Robert Martone",
"email": "[email protected]",
"url": "http://www.robertmartone.com/"
},
"dependencies": {
"grunt": ">=0.3.12",
"node-static": ">=0.6.0"
},
"engine": "node >= 0.5.11",
"scripts": {
"test": "grunt qunit",
"start": "node server.js"
},
"main": "./scripts",
"contributors": [{
"name": "Matt Edwards",
"email": "[email protected]"
}, {
"name": "Steven Foote",
"email": "[email protected]"
}, {
"name": "Nate Eborn",
"email": "[email protected]"
}, {
"name": "Kiro Risk",
"email": "[email protected]"
}, {
"name": "James Gourgoutis",
"email": "[email protected]"
}, {
"name": "Brendan Dean",
"email": "[email protected]"
}, {
"name": "Andrew A. Lee",
"email": "[email protected]"
}, {
"name": "Alvin Huynh",
"email": "[email protected]"
}, {
"name": "Yi-Fan Zhang",
"email": "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/linkedin/Lu.git"
},
"license": "Apache"
}