-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 738 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 738 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": "audio-angular",
"version": "0.0.1",
"description": "This is a simple, one-file angular audio player.",
"author": {
"name": "Vincent DeFrancesco",
"email": "vincentg.defrancesco@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/vdefranc/audio-angular"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-open": "~0.2.3",
"connect-livereload": "~0.3.2",
"grunt-contrib-concat": "^0.4.0"
}
}