-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (24 loc) · 763 Bytes
/
package.json
File metadata and controls
26 lines (24 loc) · 763 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
{
"name": "nota",
"description": "An audio platform that allows user to listen music and create playlists",
"keywords": ["music", "audio"],
"version": "0.0.1",
"homepage": "https://github.com/maratgaip/notakg",
"repository": "https://github.com/maratgaip/notakg",
"author": "Burhan COKCA <bcokca@gmail.com> (http://burhancokca.com) && Marat GAIPOV (http://aratgaipov.com)",
"main": "index",
"dependencies": {
"grunt": "~0.4.2",
"hapi": "~1.8.3",
"formidable": "1.0.13",
"mysql": "*",
"async": "*",
"redis" : "*"
},
"devDependencies": {
"grunt-exec": "latest",
"grunt": "~0.4.2",
"grunt-cli": "latest",
"grunt-githooks": "latest"
}
}