-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.38 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
{
"name": "playlister",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/andyg72/playlister.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andyg72/playlister/issues"
},
"homepage": "https://github.com/andyg72/playlister",
"devDependencies": {
"casper-chai": "^0.2.1",
"casperjs": "^1.1.0-beta3",
"chai": "^2.1.0",
"expect": "^1.6.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-express-server": "^0.4.19",
"grunt-jasmine-node": "^0.2.1",
"grunt-mocha-casperjs": "^1.4.1",
"grunt-mocha-cli": "^1.12.0",
"grunt-mocha-test": "^0.12.7",
"grunt-run": "^0.3.0",
"mocha": "^2.1.0",
"mocha-casperjs": "^0.5.3",
"phantomjs": "^1.9.15",
"should": "^5.0.1",
"webdriverio": "^2.4.5"
},
"dependencies": {
"body-parser": "^1.12.0",
"cookie-parser": "^1.3.4",
"ejs": "^2.3.1",
"express": "^4.12.0",
"express-ejs-layouts": "^1.1.0",
"handlebars": "^3.0.0",
"mongodb": "^1.4.31",
"mongoose": "^3.8.24",
"monk": "^0.9.1",
"request": "^2.53.0",
"spotify-web-api-node": "^1.3.12"
}
}