-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.61 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": "ngdriver.js",
"version": "0.1.0",
"description": "AngularJS wrapper for driver.js tour library",
"main": "lib/ngdriver.js",
"types": "types/index.d.ts",
"scripts": {
"test": "karma start karma.conf.js",
"test:ci": "karma start karma.conf.js --single-run",
"type-check": "tsc",
"build": "rollup -c",
"build:prod": "rollup -c --environment BUILD:production",
"watch": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katrotz/ngdriver.js.git"
},
"keywords": [
"driver.js",
"tour"
],
"author": "Vyacheslav Cotruta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/katrotz/ngdriver.js/issues"
},
"homepage": "https://github.com/katrotz/ngdriver.js#readme",
"peerDependencies": {
"driver.js": "0.7.1"
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/plugin-external-helpers": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-typescript": "7.0.0",
"@types/angular": "1.6.45",
"angular": "1.7.3",
"angular-mocks": "1.7.3",
"babel-preset-env": "1.7.0",
"driver.js": "0.7.1",
"jasmine-core": "3.2.1",
"karma": "3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.2",
"karma-rollup-preprocessor": "6.0.1",
"rollup": "0.65.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-uglify": "^5.0.2",
"typescript": "3.0.3"
}
}