-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 KB
/
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
35
36
37
38
39
40
{
"name": "freedom-storage-dropbox",
"description": "Dropbox Storage Provider",
"version": "0.0.1",
"homepage": "http://freedomjs.org",
"bugs": {
"url": "http://github.com/freedomjs/freedom-storage-dropbox/issues",
"email": "[email protected]"
},
"contributors": [
"Raymond Cheng <[email protected]> (http://raymondcheng.net)",
"Will Scott <[email protected]> (https://wills.co.tt/)"
],
"repository": {
"type": "git",
"url": "https://github.com/freedomjs/freedom-storage-dropbox"
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"freedom": "~0.5.2",
"karma": "~0.12.17",
"grunt-karma": "~0.8.3",
"karma-jasmine": "~0.2.2",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"karma-story-reporter": "~0.2.2",
"es6-promise": "~1.0.0",
"es5-shim": "~4.0.0",
"grunt-bump": "0.0.14",
"grunt-npm": "0.0.2"
},
"scripts": {
"test": "grunt test --verbose"
}
}