forked from RubyLouvre/anu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.03 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
66
67
{
"name": "anujs",
"version": "1.0.2",
"description": "a mini React-like framework",
"main": "dist/index.js",
"scripts": {
"sele": "selenium-standalone start",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node node_modules/karma-event-driver-ext",
"webpack": "^1.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RubyLouvre/anu.git"
},
"keywords": [
"react-like"
],
"author": "RubyLouvre",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/RubyLouvre/anu/issues"
},
"homepage": "https://github.com/RubyLouvre/anu#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-avalon": "^1.0.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.22.0",
"babel-runtime": "^5.8.38",
"chai": "^3.5.0",
"ejs": "^2.5.6",
"es3ify-webpack-plugin": "0.0.1",
"express": "^4.15.3",
"karma": "^1.5",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-event-driver-ext": "0.0.12",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"node-jsx": "^0.13.3",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-license": "^0.4.0",
"rollup-plugin-re": "^1.0.6",
"selenium-standalone": "^6.4.1",
"semicolon-less": "^0.7.0",
"sinon": "^2.3.4",
"sinon-chai": "^2.11.0",
"webpack": "^1.14.0"
},
"dependencies": {}
}