forked from mendhak/angular-intro.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 862 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
{
"name": "angular-intro.js",
"version": "0.1.0",
"description": "Angular directive to wrap intro.js",
"main": "src/angular-intro.js",
"directories": {
"example": "example",
"lib": "lib"
},
"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": "MIT",
"bugs": {
"url": "https://github.com/mendhak/angular-intro.js/issues"
},
"homepage": "https://github.com/mendhak/angular-intro.js",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-uglify": "~0.4.0",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"bower": "~1.3.1"
}
}