-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "ng-babelfish",
"version": "1.7.2",
"description": "Internationalization module for angular.js, it's magic !",
"main": "dist/bundle.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"build": "node ./node_modules/browserify/bin/cmd.js i18n/i18n.js > dist/bundle.js && node ./node_modules/browserify/bin/cmd.js i18n/i18n.js | uglifyjs > dist/bundle.min.js"
},
"repository": {
"type": "git",
"url": "git://github.com/dhoko/ngBabelfish.git"
},
"keywords": [
"angular",
"i18n"
],
"author": "dhoko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhoko/ngBabelfish/issues"
},
"homepage": "https://github.com/dhoko/ngBabelfish",
"devDependencies": {
"angular-ui-router": "^0.2.10",
"browserify": "^4.2.1",
"karma": "^0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-jasmine": "^0.2.2",
"karma-mocha-reporter": "^0.2.8",
"karma-phantomjs-launcher": "^0.1.4"
}
}