-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "angular-translate-once",
"version": "1.0.3",
"description": "Angular translate one-time directive",
"main": "src/translate-once.js",
"directories": {
"test": "test"
},
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.11",
"jasmine-core": "^2.2.0",
"jscs": "^1.12.0",
"jshint": "^2.6.3",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "gulp test",
"pretest": "jshint src/*.js && jshint test/**/*.spec.js && jscs src/*.js && jscs test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ajwhite/angular-translate-once.git"
},
"keywords": [
"angular-translate",
"angular",
"translate"
],
"author": "Atticus White <[email protected]> (http://atticuswhite.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajwhite/angular-translate-once/issues"
},
"homepage": "https://github.com/ajwhite/angular-translate-once"
}