-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "scrappeddit",
"version": "1.0.0",
"description": "reddit on board",
"main": "main.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"angular": "^1.5.6",
"angular-mocks": "^1.5.6",
"angular-route": "^1.5.6",
"angular-ui-router": "^0.3.0",
"bootstrap": "^3.3.6",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jshint-preprocessor": "0.0.6",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icewassim/scrappeddit.git"
},
"author": "icewassim",
"license": "ISC",
"bugs": {
"url": "https://github.com/icewassim/scrappeddit/issues"
},
"homepage": "https://github.com/icewassim/scrappeddit#readme"
}