-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (40 loc) · 1.1 KB
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
{
"name": "filemanager",
"description": "AngularJS file manager",
"version": "0.0.3",
"options": {
"server": {
"src": "server",
"script": "server/app.js"
},
"client": {
"src": "client/src",
"dist": "client/dist"
}
},
"dependencies": {
"bower": "1.4.1",
"grunt":"0.4.2",
"grunt-contrib-jshint": "^0.10",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-less": "0.11.0",
"grunt-express-server": "0.4.17",
"grunt-symlink": "0.4.0",
"grunt-reload": "0.2.0",
"grunt-bower-task": "0.4.0",
"connect": "2.14.5",
"grunt-karma": "0.8.3",
"karma-jasmine": "0.1.5",
"karma-coverage": "^0.2.4",
"karma-growl": "~0.1.0",
"karma-phantomjs-launcher": "0.1.2",
"grunt-complexity": "^0.1.6",
"grunt-jade": "~0.5.1",
"express": "4.2.0",
"q": "1.0.1",
"body-parser": "1.2.0",
"cookie-parser": "1.1.0",
"mysql": "2.3.0"
}
}