forked from iamdenny/angular-intro-plus.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 950 Bytes
/
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": "angular-intro-plus.js",
"version": "0.3.8",
"description": "Angular directive to wrap intro.js, and developed from angular-intro.js",
"main": "angular-intro-plus.js",
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/iamdenny/angular-intro-plus.js.git"
},
"keywords": [
"angular",
"intro.js",
"angular-intro",
"angular-intro-plus"
],
"author": "Denny Lim",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamdenny/angular-intro-plus.js/issues"
},
"homepage": "http://angular-intro-plus.iamdenny.com",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"bower": "~1.3.1"
}
}