-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 830 Bytes
/
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
{
"name": "My-Beat",
"version": "1.0.0",
"description": "This is my FS Stackathon entry.",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"test": "nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apackin/myBeat.git"
},
"author": "Assaf Packin",
"license": "ISC",
"bugs": {
"url": "https://github.com/apackin/myBeat/issues"
},
"homepage": "https://github.com/apackin/myBeat#readme",
"dependencies": {
"angular": "^1.5.0",
"angular-messages": "^1.5.0",
"angular-ui-router": "^0.2.18",
"babel": "^6.5.2",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"chalk": "^1.1.1",
"express": "^4.13.4",
"lodash": "^4.5.0",
"morgan": "^1.7.0",
"path": "^0.12.7",
"tone": "^0.6.1"
}
}