-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
61 lines (61 loc) · 1.6 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "angular-flash",
"description": "Flash messages for Angular JS",
"private": false,
"version": "0.1.14",
"homepage": "https://github.com/wmluke/angular-flash",
"author": {
"name": "William L. Bunselmeyer",
"email": "wmlukeb@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/wmluke/angular-flash.git"
},
"bugs": {
"url": "https://github.com/wmluke/angular-flash/issues"
},
"engines": {
"node": ">= 0.8.0",
"npm": "1.1.x"
},
"scripts": {
"test": "grunt test-phantom",
"start": "node app",
"coveralls": "cat ./reports/coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {},
"devDependencies": {
"connect-livereload": "~0.4.0",
"coveralls": "~2.10.0",
"underscore.string": "~2.3.1",
"grunt": "~0.4.1",
"chai": "~1.5.0",
"istanbul": "~0.1.34",
"sinon-chai": "~2.3.1",
"sinon": "~1.6.0",
"jshint": "~2.1.4",
"matchdep": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-bumpup": "~0.2.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-exec": "~0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-build-lifecycle": "~0.1.1",
"grunt-open": "~0.2.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-karma": "0.8.2",
"karma": "~0.12.9",
"karma-ng-scenario": "~0.1.0",
"karma-junit-reporter": "~0.2.2",
"karma-coverage": "~0.2.1",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-chrome-launcher": "~0.1.2"
},
"keywords": [
"angular",
"flash"
]
}