-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 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
{
"name": "cassette-express",
"description": "Punk, carefree Browser-side Javascript Asset Bundling for Express sites",
"keywords": [
"javascript",
"asset management",
"client-side",
"depenency management",
"bundling",
"merging",
"minification"
],
"version": "0.6.0",
"homepage": "https://[email protected]/CharlotteGore/Cassette-Express.git",
"author": {
"name": "Charlotte Gore",
"email": "[email protected]",
"url": "http://charlottegore.com/"
},
"contributors": [
{
"name": "Charlotte Gore",
"email": "[email protected]",
"url": "http://charlottegore.com/"
}
],
"dependencies": {
"base-framework": "1.0.x",
"underscore" : "1.3.x",
"uglify-js" : "x"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"main": "lib/cassette",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git://github.com/CharlotteGore/Cassette-Express.git"
},
"engines": {
"node": "*"
},
"_npmUser": {
"name": "CharlotteGore",
"email": "[email protected]"
}
}