-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.06 KB
/
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
39
40
41
42
43
44
45
46
47
{
"author": "David Bochenski",
"name": "gi-security",
"version": "1.4.10",
"main": "./server/index.coffee",
"scripts": {
"test": "grunt ci"
},
"repository": {
"type": "git",
"url": "git://github.com/goincremental/gi-security.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"coffee-script": "~1.4.0",
"passport": "~0.1.15",
"gi-util": "~1.9.7",
"bcrypt": "~0.7.5",
"underscore": "~1.4.4",
"moment": "~2.0.0",
"aws-sdk": "~1.4.0",
"async": "~0.2.9"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.5.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.3",
"merge-stream": "^0.1.7"
},
"description": "gi-security -------------",
"bugs": {
"url": "https://github.com/goincremental/gi-security/issues"
},
"directories": {
"example": "example",
"test": "test"
},
"license": "Apache 2.0"
}