-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
48
49
50
51
52
{
"name": "bikini-girls-with-machine-guns",
"version": "0.0.1",
"description": "Load tester that utilizes a Lambda function with PhantomJS",
"main": "index",
"scripts": {
"start": "./node_modules/.bin/coffee index.coffee",
"test": "NODE_ENV=test grunt test",
"postinstall": "./scripts/postinstall.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/smalltownheroes/bikini-girls-with-machine-guns.git"
},
"author": "Small Town Heroes",
"bugs": {
"url": "https://github.com/smalltownheroes/bikini-girls-with-machine-guns/issues"
},
"homepage": "https://github.com/smalltownheroes/bikini-girls-with-machine-guns",
"private": true,
"devDependencies": {
"chai": "^3.5.0",
"coffeelint": "^1.15.0",
"commander": "^2.9.0",
"express": "^4.13.4",
"grunt": "^0.4.5",
"grunt-aws-lambda": "^0.12.0",
"grunt-coffeelint": "0.0.15",
"grunt-mocha-test": "^0.12.7",
"load-grunt-config": "^0.19.1",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"phantomjs": "^1.9.7",
"progress": "^1.1.8",
"request": "^2.69.0",
"supertest": "^1.2.0"
},
"dependencies": {
"async": "1.5.2",
"aws-sdk": "2.2.32",
"body-parser": "1.14.2",
"bunyan": "1.5.1",
"coffee-script": "1.10.0",
"joi": "6.6.1",
"lodash": "4.5.1",
"milk": "^1.2.0",
"moment": "^2.12.0",
"node-uuid": "1.4.7",
"rimraf": "2.5.2",
"sqs-consumer": "^3.1.2"
}
}