-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (37 loc) · 803 Bytes
/
package.json
File metadata and controls
42 lines (37 loc) · 803 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
35
36
37
38
39
40
41
42
{
"name": "bigplans-assembla-connector",
"version": "0.1.1",
"description": "Assembla connector for BigPlans.io",
"author": "Assembla Inc.",
"license": "MIT",
"main": "index.js",
"private": true,
"scripts": {
"test": "grunt test"
},
"keywords": [
"bigplans",
"connector",
"assembla"
],
"repository": {
"type": "git",
"url": "https://github.com/Assembla/bigplans-assembla-connector"
},
"dependencies": {
"async": "0.7.0",
"request": "2.34.0",
"debug": "0.8.0",
"underscore": "1.6.0",
"string": "1.8.0"
},
"devDependencies": {
"jshint": "2.1.11",
"grunt": "0.4.1",
"grunt-cli": "0.1.11",
"grunt-contrib-jshint": "0.6.4",
"jasmine-node": "1.11.0",
"sinon": "1.8.1",
"jasmine-sinon": "0.3.1"
}
}