forked from RiotGear/rg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "riotgear",
"version": "3.5.0",
"description": "The open source component library for RiotJS",
"main": "dist/rg.min.js",
"files": [
"dist"
],
"scripts": {
"preriot": "rm -rf dist",
"riot": "riot tags dist --type es6",
"postriot": "riot demo --type es6",
"minify": "uglifyjs --output dist/rg.js dist/**/*",
"uglify": "uglifyjs --compress --mangle --screw-ie8 --comment false --output dist/rg.min.js dist/**/*",
"test": "karma start",
"dev": "npm run riot && npm run minify && npm run uglify",
"build": "npm run dev && npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/RiotGear/rg.git"
},
"keywords": [
"riotjs",
"riot",
"webcomponents",
"html5",
"es6",
"javascript",
"tags",
"components",
"riotgear"
],
"author": "Gregory Pratt",
"license": "MIT",
"bugs": {
"url": "https://github.com/RiotGear/rg/issues"
},
"homepage": "https://riotgear.js.org/",
"devDependencies": {
"ace-builds": "^1.2.2",
"babel": "5.8.38",
"babel-core": "5.8.38",
"chai": "3.5.0",
"chart.js": "1.0.2",
"commonmark": "0.24.0",
"jquery": "2.2.2",
"karma": "0.13.22",
"karma-babel-preprocessor": "5.2.2",
"karma-coverage": "0.5.5",
"karma-mocha": "0.2.2",
"karma-mocha-reporter": "2.0.0",
"karma-phantomjs-launcher": "1.0.0",
"karma-riot": "1.0.1",
"karma-sinon-chai": "1.2.0",
"mocha": "2.4.5",
"moment": "2.12.0",
"normalize.css": "4.0.0",
"phantomjs-prebuilt": "2.1.6",
"riot": "2.3.18",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"uglify-js": "2.6.2"
}
}