forked from swiftsrv/swiftsrv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
53
54
55
56
57
58
59
60
{
"name": "sqrtl",
"version": "1.0.0",
"description": "> Pithy project description",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/jmg2107/sqrtl.git"
},
"author": "squirtle team",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmg2107/sqrtl/issues"
},
"homepage": "https://github.com/jmg2107/sqrtl",
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"express": "^4.14.0",
"express-stormpath": "^3.1.3",
"googleapis": "^11.0.0",
"grunt": "^0.4.4",
"grunt-casperjs": "^2.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.3",
"grunt-init": "^0.3.2",
"grunt-karma": "^2.0.0",
"grunt-mocha": "^1.0.2",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"lodash": "^4.13.1",
"mongoose": "^4.5.4",
"node-uber": "^0.9.7",
"nonce": "^1.0.4",
"oauth-signature": "^1.3.1",
"request": "^2.73.0"
},
"devDependencies": {
"chai": "^3.5.0",
"karma": "^1.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-nyan-reporter": "^0.2.4",
"karma-sinon": "^1.0.5",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^2.5.3",
"nodemon": "^1.9.2",
"sinon": "^1.17.4",
"supertest": "^1.2.0"
}
}