-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"name": "openl10n-app",
"description": "A client for OpenLocalization built with AngularJS",
"repository": "https://github.com/openl10n/openl10n-app",
"version": "0.1.0",
"author": "Matthieu Moquet <[email protected]>",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.6",
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.6",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.4.5",
"gulp-ng-annotate": "^0.2.0",
"gulp-plumber": "^0.6.4",
"gulp-protractor": "0.0.12",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.1.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"protractor": "^1.5.0",
"rimraf": "^2.2.8",
"streamqueue": "^0.1.1"
},
"scripts": {
"build": "node_modules/.bin/gulp build --prod",
"start": "node_modules/.bin/gulp server",
"postinstall": "node_modules/.bin/bower install",
"webdriver-start": "node_modules/protractor/bin/webdriver-manager start",
"webdriver-update": "node_modules/protractor/bin/webdriver-manager update"
}
}