forked from Riim/Rionite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "rista",
"version": "0.9.45",
"description": "",
"main": "dist/Rista-with-polyfills.js",
"scripts": {
"build": "./node_modules/.bin/webpack src/Rista.js dist/Rista.js && ./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Riim/Rista.git"
},
"author": "Dmitry Vibe",
"license": "MIT",
"bugs": {
"url": "https://github.com/Riim/Rista/issues"
},
"homepage": "https://github.com/Riim/Rista#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"eslint": "^2.13.1",
"eslint-loader": "^1.3.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"webpack": "^1.13.1"
},
"dependencies": {
"cellx": "^1.6.19",
"document-register-element": "^0.5.4",
"morph-element": "^0.2.4"
}
}