forked from honkmobile/hm-lib-predicate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 840 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
{
"name": "hm-lib-predicate",
"description": "An AngularJS service exporting a collection of predicate functions",
"main": "./src/predicate.js",
"repository": {
"type": "git",
"url": "git://github.com/honkmobile/hm-lib-predicate"
},
"author": "Ryan Albon <ryan@honkmobile.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/honkmobile/hm-lib-predicate/issues"
},
"homepage": "https://github.com/honkmobile/hm-lib-predicate",
"devDependencies": {
"gulp-uglify": "~0.3.1",
"gulp": "~3.8.6",
"karma": "~0.12.21",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"underscore": "~1.6.0",
"bower": "~1.3.9"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"test": "./node_modules/karma/bin/karma start --single-run"
}
}