-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.47 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
39
40
41
42
43
44
45
46
47
{
"name": "prototype-storm",
"version": "0.1.0",
"main": "dist/prototype-storm.min.js",
"repository": "git@github.com:stellar-labs/prototype-storm",
"author": "Amin NAIRI <nairi.amin@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-es2015-unicode-regex": "6.*",
"babel-plugin-transform-unicode-property-regex": "^2.0.5",
"babel-preset-env": "^1.6.1",
"camelcase": "5.*",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"fancy-log": "1.*",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "1.*",
"gulp-hashsum": "^1.2.0",
"gulp-rename": "^1.2.3",
"gulp-sri": "^0.3.1",
"jsdoc": "^3.5.5",
"jsdoc-api": "4.*",
"kebab-case": "1.*",
"mocha": "5.*",
"moment": "2.*",
"readline-sync": "1.*",
"sentence-case": "2.*",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3"
},
"scripts": {
"build": "gulp production && gulp hash && gulp gzip && npm run make:doc",
"test": "webpack --progress --display errors-only --config webpack/test.js && mocha",
"eslint": "eslint --init",
"make:doc": "node command/make-doc",
"make:prototype": "node command/make-prototype",
"remove:prototype": "node command/remove-prototype",
"test:file": "mocha -r chai/register-should --require babel-core/register"
},
"dependencies": {}
}