-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "json-meta-table",
"version": "1.4.1",
"description": "A JSON-driven editable table component.",
"main": "dist/json-meta-table.js",
"repository": {
"type": "git",
"url": "git://github.com/NZME/json-meta-table"
},
"scripts": {
"compile": "node node_modules/babel-cli/bin/babel.js --presets es2015,stage-0 -d dist/ src/",
"prepublish": "npm run compile",
"test": "echo 'ok'",
"bundle": "node node_modules/browserify/bin/cmd.js dist/json-meta-table.js --standalone JSONMetaTable > public/json-meta-table-bundle.js"
},
"keywords": [
"js",
"es6",
"table",
"html",
"json",
"class"
],
"contributors": [
"Raice Hannay <raicehannay@gmail.com> (http://github.com/voodoocreation)"
],
"bugs": {
"url": "https://github.com/NZME/json-meta-table/issues"
},
"dependencies": {
"event-abstract-class": "^1.0.6",
"moment": "^2.13.0",
"fetch-class": "^1.0.3"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"browserify": "^13.0.1"
}
}