forked from instapitcharchive/InstaPitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"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 <mandi018@gmail.com>",
"Livingston Martin <livingston@drmartin.com>"
],
"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": {
"body-parser": "^1.8.3",
"express": "^4.9.4",
"grunt-cli": "^0.1.13",
"mongoose": "^3.8.16"
}
}