-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 821 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 821 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
31
{
"name": "tabli-core",
"version": "0.8.10",
"description": "Browser-independent core of Tabli tab manager",
"main": "lib/js/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/antonycourtney/tabli-core.git"
},
"peerDependencies": {
"babel-runtime": "^6.3.19",
"react": "^0.14.3"
},
"dependencies": {
"events": "^1.1.0",
"oneref": "^0.1.4",
"react-addons-pure-render-mixin": "^0.14.3"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"eslint": "^1.10.3"
},
"scripts": {
"prepublish": "rm -rf lib/* && babel src --optional runtime --stage 0 --presets=es2015,react --out-dir lib"
}
}