-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.36 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
61
62
63
64
65
66
{
"name": "only-war-plugin",
"version": "1.0.0",
"description": "",
"main": "karma.conf.js",
"scripts": {
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e-tests/protractor.conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + sed(/sourceMappingURL=angular-loader.min.js.map/,'sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map','app/bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/ThisIsNoZaku/only-war-plugin.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/ThisIsNoZaku/only-war-plugin#readme",
"typings": "src/main/resources//js/libs/index.d.ts",
"devDependencies": {
"angular-mock": "^1.0.0",
"angular-mocks": "^1.5.8",
"istanbul": "^0.4.4",
"grunt-ts": "^6.0.0-beta.3",
"karma": "^1.1.1",
"karma-coverage": "^1.1.1",
"underscore": "^1.8.3",
"typemoq": "^0.3.3",
"grunt-concat-json": "0.0.10",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0"
},
"private": true,
"dependencies": {
"angular": "^1.5.8",
"angular-dragdrop": "^1.0.13",
"angular-filter": "^0.5.11",
"angular-messages": "^1.5.8",
"angular-resource": "^1.5.8",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-router": "^0.4.2",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"bootstrap": "^3.3.7",
"bootstrap-modal": "^2.0.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"js-cookie": "^2.1.3",
"requirejs": "^2.3.2",
"typescript": "^2.1.5"
}
}