forked from googlearchive/apigee-javascript-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 914 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
27
28
29
30
31
32
33
34
{
"name": "apigee-javascript-sdk",
"version": "2.0.5",
"description": "Apigee Javascript SDK",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/apigee/apigee-javascript-sdk.git"
},
"author": "Ryan Bridges, apigee",
"license": "ASLv2",
"bugs": {
"url": "https://github.com/apigee/apigee-javascript-sdk/issues"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-complexity": "~0.1.3",
"grunt-contrib-jshint": "~0.7.1",
"grunt-bumpup": "~0.4.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-qunit-istanbul": "~0.3.0",
"grunt-istanbul": "~0.2.3",
"grunt-bower-task": "~0.3.4"
}
}