-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 821 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 821 Bytes
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
{
"name": "iris",
"version": "0.3.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/gingi/iris"
},
"dependencies": {
"amdefine": "^0.1.0",
"async": "^0.2.9",
"bower": "^1.3.8",
"ejs": "^0.8.4",
"express": "^3.4.4",
"grunt": "^0.4.5",
"hiredis": "^0.1.15",
"http-proxy": "^0.10.3",
"jquery": "^1.8.3",
"less": "^1.7.3",
"less-middleware": "^1.0.3",
"optimist": "^0.6.0",
"revalidator": "^0.1.5",
"uglify-js": "^2.4.3",
"web-cache": "^0.0.3"
},
"devDependencies": {
"canvas-win": "^0.1.7",
"jsdom": "^0.8.8",
"mocha": "^1.20.1",
"mocha-phantomjs": "^3.1.6",
"phantomjs": "^1.9.2",
"requirejs": "^2.1.14",
"should": "^2.1.0",
"xmlhttprequest": "^1.6.0"
},
"main": "app.js"
}