-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 909 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
{
"name": "GmJqueryDropbox",
"version": "0.1.0",
"description": "A Dropbox REST API v2 client; depends on JQuery",
"main": "index.js",
"scripts": {
"test": "grunt test",
"preversion": "grunt test",
"postversion": "grunt && git push origin v$npm_package_version"
},
"repository": {
"type": "git",
"url": "[email protected]/matthewbednarski/GmJqueryDropbox.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-karma": "^2.0.0",
"grunt-string-replace": "^1.3.1",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs": "^2.1.7"
}
}