-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
{
"name": "asketic-charts",
"version": "0.4.3",
"description": "Native charts for our projects",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"build-meteor": "babel src --out-dir lib --plugins=transform-es2015-modules-commonjs",
"build-meteor-index": "babel index-es6.js --out-file index.js --plugins=transform-es2015-modules-commonjs",
"build-modules-harmony-umd": "babel src --out-dir lib --plugins=transform-es2015-modules-umd",
"build-modules-harmony-umd-index": "babel index.js --out-file index-es5.js --plugins=transform-es2015-modules-umd",
"build-modules-harmony-umd-examples": "babel examples --out-dir examples/lib --plugins=transform-es2015-modules-umd",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AskeTIC/charts.git"
},
"keywords": [
"charts"
],
"author": "@jonabasque",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AskeTIC/charts/issues"
},
"homepage": "https://github.com/AskeTIC/charts#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0"
},
"dependencies": {
"asketic-utils": "0.1.1"
}
}