-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 779 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 779 Bytes
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
{
"name": "hyperapp-intl",
"version": "0.1.1",
"description": "Internationalize hyperapp web applications.",
"main": "lib/index.js",
"author": "Baptiste Lambert",
"repository": "https://github.com/baptistelambert/hyperapp-intl",
"license": "MIT",
"private": false,
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build"
},
"dependencies": {
"intl-messageformat": "^2.2.0"
},
"peerDependencies": {
"hyperapp": "^1.1.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"hyperapp": "^1.1.2",
"rollup": "^0.56.2",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-uglify": "^3.0.0"
},
"files": ["src", "lib"]
}