forked from mendhak/angular-intro.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "angular-intro.js",
"version": "3.4.0",
"description": "Angular directive to wrap intro.js",
"main": "./build/angular-intro.min.js",
"types": "./build/ng-intro.component.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/mendhak/angular-intro.js.git"
},
"keywords": [
"angular",
"intro.js",
"angular-intro"
],
"author": "mendhak",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/mendhak/angular-intro.js/issues"
},
"homepage": "https://github.com/mendhak/angular-intro.js",
"devDependencies": {
"grunt": "~1.0.3",
"grunt-cli": "~1.2.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.1",
"grunt-tslint": "~4.0.1",
"load-grunt-tasks": "~3.5.2",
"@types/angular": "~1.6.50",
"@types/intro.js": "~2.4.0",
"grunt-ts": "~6.0.0-beta.21",
"tslint": "~4.5.1",
"typescript": "~2.3.4"
},
"peerDependencies": {
"angular": "^1.4.0",
"intro.js": "^2.5.0"
}
}