forked from determinedWaffle/ThumbsCheck
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"name": "waffleup",
"version": "1.0.0",
"description": "[![Stories in Ready](https://badge.waffle.io/determinedWaffle/determinedWaffle.png?label=ready&title=Ready)](https://waffle.io/determinedWaffle/determinedWaffle) # determinedWaffle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeyao/determinedWaffle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikeyao/determinedWaffle/issues"
},
"homepage": "https://github.com/mikeyao/determinedWaffle#readme",
"dependencies": {
"express": "^4.12.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"grunt-shell": "^1.1.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-jasmine": "^0.3.5",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.17"
}
}