forked from strongloop/angular-live-set
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 997 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
29
30
31
32
33
34
35
36
37
38
{
"name": "angular-live-set",
"version": "0.1.0",
"description": "Bind to a set of data that is always kept up to date",
"author": "Ritchie Martori",
"license": "MIT",
"homepage": "http://docs.strongloop.com",
"dependencies": {},
"devDependencies": {
"bower": "^1.5.1",
"chai": "^3.0.0",
"del": "2.2.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-karma": "0.0.5",
"gulp-uglify": "^1.2.0",
"jshint": "^2.9.3",
"karma": "^0.12.36",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"loopback": "^3.0.0",
"loopback-datasource-juggler": "^3.0.0",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.12"
},
"scripts": {
"pretest": "bower install",
"test": "gulp test"
},
"main": "./dist/live-set.js",
"repository": {
"type": "git",
"url": "git://github.com:/strongloop/angular-live-set.git"
}
}