-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (56 loc) · 1.57 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
57
58
59
60
61
62
{
"name" : "mixerjs",
"version" : "1.0.0",
"description" : "Web server that serves multiple JavaScript or CSS libraries in a single http request",
"main" : "mixer.js",
"homepage" : "https://github.com/ajorquera/mixerjs",
"license" : "MIT",
"dependencies": {
"express" : "4.12.3",
"bower" : "1.6.5",
"string-template" : "0.2.1",
"node-cache" : "3.0.0",
"lodash-node" : "3.10.1",
"q" : "1.4.1",
"fs-extra" : "0.24.0",
"shelljs" : "0.5.3",
"uglify-js" : "1.3.5"
},
"devDependencies": {
"phantom" : "0.8.0",
"chai" : "3.3.0",
"mocha" : "2.3.3",
"supertest" : "1.1.0",
"phantom" : "0.8.0",
"phantomjs" : "1.9.18"
},
"scripts": {
"test": "mocha",
"start": "node mixer.js"
},
"author": {
"name" : "Andres Jorquera",
"email" : "[email protected]"
},
"contributors":[
{
"name" : "Luis Melendez",
"email" : "[email protected]"
},{
"name" : "Miguel Vizcaino",
"email" : "[email protected]"
}, {
"name" : "Alexys Gonzales",
"email" : "[email protected]"
}
],
"keywords": [
"concatenating",
"minification",
"performance",
"optimizing",
"http",
"css",
"js"
]
}