forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 813 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
{
"name": "angular-strap",
"description": "AngularStrap - Twitter Bootstrap directives for AngularJS",
"version": "0.7.4",
"homepage": "http://mgcrea.github.com/angular-strap",
"author": "Olivier Louvignes <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/mgcrea/angular-strap.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-livereload": "*",
"grunt-contrib-uglify": "*",
"grunt-karma": "~0.4.4",
"grunt-ngmin": "~0.0.2",
"grunt-regarde": "~0.1.1",
"matchdep": "~0.1.1"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}