-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "ngtweet",
"version": "1.0.0",
"homepage": "https://github.com/arusahni/ngtweet/",
"repository": "arusahni/ngtweet",
"bugs": "https://github.com/arusahni/ngtweet/issues",
"description": "An AngularJS module that provides an interface into Twitter's embedded widget library.",
"main": "./dist/ngtweet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp serve",
"build": "gulp build",
"version": "gulp syncVersions && git add bower.json"
},
"keywords": [
"angularjs",
"angular",
"twitter",
"tweet",
"widget",
"embed"
],
"author": "Aru Sahni <arusahni@gmail.com> (http://arusahni.net/)",
"license": "MIT",
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-config-sync": "^1.0.2",
"gulp-ng-annotate": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-serve": "^1.0.0",
"gulp-uglify": "^1.2.0",
"node-libs-browser": "^0.5.2"
},
"peerDependencies": {
"angular": "^1.3.0"
}
}