-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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": "isomer-heroic",
"version": "0.0.1",
"description": "Achievements and badges for Isomer",
"preferGlobal": true,
"scripts": {
"build": "webpack --config webpack.build.js --bail -p",
"dev": "node node_modules/.bin/webpack-dev-server --history-api-fallback --hot --inline --progress",
"test": "karma start",
"test:live": "karma start --auto-watch --no-single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/isomeric/isomer-heroic.git"
},
"author": "Heiko 'riot' Weinen",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/isomeric/isomer-heroic/issues"
},
"homepage": "https://github.com/isomeric/isomer-heroic",
"dependencies": {
},
"devDependencies": {
"angular-mocks": "^1.4.1",
"isparta-instrumenter-loader": "^0.2.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "0.0.19",
"karma-webpack": "^1.5.1",
"null-loader": "^0.1.1",
"phantomjs": "^1.9.17"
}
}