-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 999 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
{
"name": "be-comments",
"version": "1.0.1",
"repository": "https://github.com/buildingenergy/be-comments",
"dependencies": {},
"description": "dynamic and reusable AngularJS comments",
"main": "comments.min.js",
"license": "Building Energy, Inc.",
"homepage": "https://github.com/buildingenergy/be-comments",
"devDependencies": {
"gulp": "~3.2.4",
"gulp-angular-templatecache": "^1.5.0",
"gulp-bower": "0.0.10",
"gulp-concat": "~2.1.7",
"gulp-jasmine": "^2.0.0",
"gulp-karma": "0.0.4",
"gulp-less": "~1.1.1",
"gulp-minify-html": "~0.1.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-protractor": "0.0.12",
"gulp-uglifyjs": "^0.6.0",
"gulp-webserver": "^0.9.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.16",
"protractor": "^1.7.0"
},
"engines": {
"node": ">=0.8.0"
}
}