-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "InstaPitch",
"version": "1.0.0",
"description": "InstaPitch: The Custom Pitch Creator",
"scripts": {
"test": "grunt test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/instapitch/InstaPitch.git"
},
"author": [
"Mandi Grant <[email protected]>",
"Livingston Martin <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/instapitch/InstaPitch/issues"
},
"homepage": "https://github.com/instapitch/InstaPitch",
"devDependencies": {
"debowerify": "^0.8.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.19",
"grunt-karma": "^0.9.0",
"grunt-mocha": "^0.4.11",
"grunt-simple-mocha": "^0.4.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1"
},
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.8.3",
"express": "^4.9.4",
"grunt-cli": "^0.1.13",
"jwt-simple": "latest",
"moment": "^2.8.3",
"mongoose": "^3.8.16",
"passport": "^0.2.1",
"passport-http": "^0.2.2"
}
}