forked from mankindsoftware/angular-isotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.03 KB
/
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
{
"author": "Mark Allen Hall",
"name": "infowrap-angular-isotope",
"description": "Infowrap AngularIsotope - Isotope directives for AngularJS. Fork of Mark Allen Hall's excellent angular-isotope wrapper.",
"version": "0.2.1",
"homepage": "http://mankindsoftware.github.com/angular-isotope",
"repository": {
"type": "git",
"url": "git://github.com/infowrap/angular-isotope.git"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {},
"devDependencies": {
"ejs": "*",
"express": "3.0.0",
"grunt": ">= 0.3.17",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-conventional-changelog": "~0.1.1",
"karma": "~0.8.4",
"matchdep": "~0.1.2"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run --browsers PhantomJS",
"test-server": "karma start test/karma.conf.js --browsers PhantomJS"
}
}