forked from agea/CmisJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 916 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
{
"title": "CmisJS",
"name": "cmis",
"version": "0.3.0",
"homepage": "http://github.com/agea/CmisJS",
"description": "a CMIS client library written in Javascript for node and the browser",
"author": {
"name": "Andrea Agili",
"email": "[email protected]"
},
"license":"MIT",
"repository": {
"type": "git",
"url": "git://github.com/agea/cmisjs.git"
},
"dependencies": {
"superagent": "~1.7.1",
"superagent-proxy": "^0.3.2"
},
"devDependencies": {
"grunt-cli": "",
"grunt": "~0.4.1",
"chai": "",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"matchdep": "~0.1.2",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-connect-proxy": "~0.2.0"
},
"scripts": {
"test": "grunt test"
},
"main": "./lib/cmis.js"
}