-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
55 lines (55 loc) · 1.08 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
{
"name": "starschema-wdc-91",
"version": "2.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"JSONSelect": "^0.4.0",
"bobj-access": "^3.2.2",
"bootstrap": "^3.3.4",
"cors": "^2.7.1",
"csv": "^0.4.1",
"dateformat": "^2.0.0",
"express": "^4.13.1",
"jquery": "^2.1.3",
"request": "^2.59.0",
"twitter": "^1.2.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^9.0.7",
"coffee-script": "^1.9.1",
"coffeeify": "^1.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.6.0",
"jade": "^1.9.2",
"jasmine": "^2.2.1",
"jadeify": "^4.1.0"
},
"browserify": {
"extensions": [
".coffee",
".hbs"
],
"transform": [
[
"coffeeify",
{
"bare": false
}
],
[
"jadeify",
{
"compileDebug": true,
"pretty": true
}
]
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tamas Foldi <[email protected]>",
"license": "Eclipse"
}