forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 780 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 780 Bytes
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
{
"name": "angular-strap",
"description": "AngularStrap - Twitter Bootstrap directives for AngularJS",
"version": "0.7.0",
"homepage": "http://mgcrea.github.com/angular-strap",
"author": "Olivier Louvignes <olivier@mg-crea.com>",
"repository": {
"type": "git",
"url": "git://github.com/angular-strap/angular-strap.git"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {},
"devDependencies": {
"testacular": ">= 0.6.0",
"grunt": ">= 0.4.0",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*"
},
"scripts": {
"test": "testacular start test/testacular.conf.js --single-run --browsers PhantomJS",
"test-server": "testacular start test/testacular.conf.js --browsers PhantomJS"
}
}