-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 751 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 751 Bytes
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
{
"private": true,
"scripts": {
"test": "karma start test/config/karma.conf.js"
},
"dependencies": {
"algoliasearch": "^3.24.11",
"angular": "^1.6.9",
"angular-resource": "^1.6.9",
"angular-route": "^1.6.9",
"angularfire": "^2.3.0",
"connect": "^3.6.5",
"debug": "^3.1.0",
"dotenv": "^5.0.0",
"firebase": "3.0.3",
"instantsearch.js": "^2.5.1",
"npm": "^5.8.0",
"serve-static": "^1.13.2",
"todomvc-app-css": "^1.0.1",
"todomvc-common": "^1.0.1"
},
"engines": {
"node": "8.9.4"
},
"devDependencies": {
"angular-mocks": "^1.3.12",
"karma": "^0.13.0",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.2.2"
}
}