-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.14 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
{
"name": "datasaur-indexed",
"version": "3.0.0",
"description": "Indexed record Datasaur module",
"main": "index.js",
"scripts": {
"build": "npm run inject-version; echo '(function(require,module,exports){' >build/x; cat index.js >>build/x; echo '})(fin.Hypergrid.require,fin.module={exports:{}},fin.module.exports);\nfin.Hypergrid.modules[\"datasaur-indexed\"]=fin.module.exports;\ndelete fin.module;\n' >>build/x; uglifyjs build/x -cmo build/datasaur-indexed.min.js; mv build/x build/datasaur-indexed.js; ls -lahL build",
"inject-version": "sed -i '' \"s/DatasaurIndexed\\.version = .*/DatasaurIndexed.version = '\"`cat package.json | sed -En 's/.*\"([0-9]+\\.[0-9]+\\.[0-9]+)\".*/\\1/p'`\"';/\" index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fin-hypergrid/datasaur-indexed.git"
},
"author": "Jonathan Eiten",
"license": "MIT",
"bugs": {
"url": "https://github.com/fin-hypergrid/datasaur-indexed/issues"
},
"homepage": "https://github.com/fin-hypergrid/datasaur-indexed#readme",
"dependencies": {
"datasaur-base": "^3.0.0"
}
}