-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "angularfire-resource",
"version": "0.0.7",
"description": "Resource factory built on top of AngularFire",
"main": "./dist/angularfire-resource.js",
"scripts": {
"doc": "git checkout gh-pages && git merge master -X theirs && codo src/ && git add --all && git commit -a -m 'updated doc' && git push origin gh-pages && git checkout master",
"version": "gulp coffee",
"postversion": "git push origin master --tags"
},
"author": "nicolas.papon@gmail.com",
"license": "ISC",
"devDependencies": {
"firebase-server": "^0.3.1",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.4",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"http": "0.0.0",
"lodash": "^3.10.1",
"parseurl": "^1.3.0",
"st": "^0.5.5",
"gulp-connect": "^2.2.0",
"cookie-signature": "^1.0.6"
},
"directories": {
"lib": "dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itkin/angularfire-resource.git"
},
"keywords": [
"angular",
"firebase",
"angularfire",
"resource",
"model"
],
"bugs": {
"url": "https://github.com/itkin/angularfire-resource/issues"
},
"homepage": "https://github.com/itkin/angularfire-resource#readme",
"dependencies": {
"angularfire": "1.1.x"
}
}