forked from doshprompt/angular-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "angular-localization",
"version": "1.1.3",
"description": "angularjs localization done right.",
"main": "src/angular-localization.js",
"scripts": {
"postinstall": "bower install",
"pretest": "webdriver-manager update",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/doshprompt/angular-localization.git"
},
"keywords": [
"angularjs"
],
"author": "Rahul Doshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/doshprompt/angular-localization/issues"
},
"homepage": "https://github.com/doshprompt/angular-localization",
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-exit": "0.0.2",
"gulp-gzip": "0.0.8",
"gulp-header": "^1.1.1",
"gulp-preprocess": "^1.1.1",
"gulp-protractor": "0.0.11",
"gulp-uglifyjs": "^0.4.4",
"gulp-using": "0.0.1",
"gulp-webserver": "^0.8.3",
"karma": "^0.12.24",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"moment": "^2.8.3",
"phantomjs": "^1.9.7-8",
"protractor": "^1.2.0",
"run-sequence": "^1.0.1"
}
}