forked from RubyLouvre/avalon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 835 Bytes
/
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
{
"name": "avalon2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RubyLouvre/avalon.git"
},
"version": "2.1.2",
"description": "an elegant efficient express mvvm framework",
"main": "dist/avalon.js",
"keywords": [
"javascript",
"mvvm",
"virtual dom"
],
"dependencies": {},
"devDependencies": {
"chai": "^1.9.1",
"eslint-loader": "1.3.0",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-junit-reporter": "^0.3.8",
"karma-mocha": "^0.1.8",
"mocha": "^1.21.4",
"node-sass": "^3.8.0",
"sass-loader": "^3.2.2",
"text-loader": "0.0.1",
"webpack": "^1.13.1"
},
"bugs": {
"url": "https://github.com/RubyLouvre/avalon/issues"
}
}