-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 837 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
{
"name": "basic_s3_uploader",
"description": "A basic S3 uploader",
"dependencies": {
"grunt": "~1.0.1"
},
"devDependencies": {
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-karma": "~2.0.0",
"jasmine-core": "~2.5.2",
"karma": "~1.6.0",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/JAndritsch/basic_s3_uploader.git"
},
"author": "Joel Andritsch",
"license": "MIT",
"bugs": {
"url": "https://github.com/JAndritsch/basic_s3_uploader/issues"
},
"homepage": "https://github.com/JAndritsch/basic_s3_uploader"
}