mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
30 lines
719 B
JSON
30 lines
719 B
JSON
{
|
|
"name": "noms",
|
|
"main": "dist/noms.js",
|
|
"dependencies": {
|
|
"immutable": "^3.7.4",
|
|
"text-encoding": "^0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.6.23",
|
|
"babelify": "^6.3.0",
|
|
"browserify": "^11.0.1",
|
|
"chai": "^3.2.0",
|
|
"karma": "^0.13.9",
|
|
"karma-babel-preprocessor": "^5.2.2",
|
|
"karma-browserify": "^4.3.0",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-firefox-launcher": "^0.1.6",
|
|
"karma-ie-launcher": "^0.2.0",
|
|
"karma-mocha": "^0.2.0",
|
|
"karma-safari-launcher": "^0.1.1",
|
|
"mocha": "^2.3.0",
|
|
"whatwg-fetch": "^0.9.0"
|
|
},
|
|
"scripts": {
|
|
"start": "babel -w src/ -d dist/",
|
|
"build": "babel src/ -d dist/",
|
|
"start-test": "karma start"
|
|
}
|
|
}
|