-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 896 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
34
35
36
37
38
{
"name": "gitanajs",
"version": "1.0.330",
"repository": {
"type": "git",
"url": "git://github.com/gitana/gitana-javascript-driver.git"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors": [
{
"name": "Gitana",
"email": "[email protected]",
"url": "https://gitana.io"
}
],
"devDependencies": {
"grunt": "1.0.1",
"grunt-aws-s3": "^0.14.5",
"grunt-bumpup": "^0.6.3",
"grunt-closure-compiler": "^0.0.21",
"grunt-cloudfront": "^0.2.2",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-invalidate-cloudfront": "^0.1.6",
"grunt-jsdoc": "^2.2.1",
"grunt-release": "^0.14.0",
"ink-docstrap": "^1.3.2"
},
"scripts": {
"bump": "./node_modules/grunt/bin/grunt bump"
}
}