forked from dkhunt27/angular-directive-percentage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
34
35
36
37
38
39
40
41
{
"name": "angular-directive-percentage",
"version": "0.3.0-fix-validation-bug",
"description": "AngularJS directive to validate percentage inputs",
"main": "angular-directive-percentage.js",
"dependencies": {},
"devDependencies": {
"chai": "2.3.0",
"istanbul": "0.3.13",
"karma": "0.12.6",
"karma-chai": "0.1.0",
"karma-coverage": "0.2.7",
"karma-coveralls": "0.1.5",
"karma-mocha": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"mocha": "2.2.4"
},
"files": [
".bowerrc",
"test",
"angular-directive-percentage.js",
"bower.json",
"karma.conf.js",
"package.json",
"README.md"
],
"scripts": {
"test": "COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN_FOR_ANGULAR_DIRECTIVE_PERCENTAGE ./node_modules/karma/bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/dkhunt27/angular-directive-percentage.git"
},
"author": "Dan Hunt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dkhunt27/angular-directive-percentage/issues"
},
"contributors": [],
"homepage": "https://github.com/dkhunt27/angular-directive-percentage"
}