Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit bbf6a92

Browse files
author
Jesper Lindstrøm Nielsen
committed
updated the package
1 parent d47cd63 commit bbf6a92

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

package.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "angular-intro.js",
3+
"version": "1.3.0",
4+
"description": "Angular directive to wrap intro.js",
5+
"main": "src/angular-intro.js",
6+
"directories": {
7+
"example": "example"
8+
},
9+
"scripts": {
10+
"test": "grunt test"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/mendhak/angular-intro.js.git"
15+
},
16+
"keywords": [
17+
"angular",
18+
"intro.js",
19+
"angular-intro"
20+
],
21+
"author": "mendhak",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/mendhak/angular-intro.js/issues"
25+
},
26+
"homepage": "https://github.com/mendhak/angular-intro.js",
27+
"devDependencies": {
28+
"bower": "~1.5.2",
29+
"grunt": "~0.4.5",
30+
"grunt-cli": "~0.1.13",
31+
"grunt-contrib-connect": "^0.11.2",
32+
"grunt-contrib-jshint": "~0.11.3",
33+
"grunt-contrib-uglify": "~0.9.2",
34+
"grunt-contrib-watch": "~0.6.1",
35+
"load-grunt-tasks": "~3.2.0"
36+
},
37+
"dependencies": {
38+
"bower": "^1.5.4",
39+
"grunt": "^0.4.5",
40+
"grunt-cli": "^0.1.13",
41+
"grunt-contrib-connect": "^0.11.2",
42+
"grunt-contrib-jshint": "^0.11.3",
43+
"grunt-contrib-uglify": "^0.9.2",
44+
"grunt-contrib-watch": "^0.6.1",
45+
"load-grunt-tasks": "^3.2.0"
46+
}
47+
}

0 commit comments

Comments
 (0)