-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.3 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
46
47
48
49
50
51
52
53
54
55
{
"name": "rivets-intl",
"version": "1.0.2",
"description": "Rivets.js component for internationalization",
"main": "dist/rivets-intl.js",
"scripts": {
"test": "jest",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/DivineGod/rivets-intl.git"
},
"keywords": [
"i18n",
"l10n",
"intl",
"rivets",
"rivetsjs"
],
"author": "Anders Rasmussen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DivineGod/rivets-intl/issues"
},
"homepage": "https://github.com/DivineGod/rivets-intl",
"devDependencies": {
"babel-jest": "^5.2.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.0",
"grunt-browserify": "^3.8.0",
"grunt-bundle-jsnext-lib": "^0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"intl": "^0.1.4",
"jest-cli": "^0.4.1",
"jquery": "^2.1.4",
"rivets": "^0.8.1",
"underscore": "^1.8.3"
},
"dependencies": {
"intl-format-cache": "^2.0.4",
"intl-messageformat": "^1.1.0"
},
"jest": {
"scriptPreprocessor": "node_modules/babel-jest",
"unmockedModulePathPatterns": [
"src",
"node_modules"
]
}
}