forked from RubyLouvre/avalon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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": "avalonjs",
"title": "avalon",
"description": "A lightweight,high-performance and easy-to-learn javascript MVVM framework",
"version": "1.4.4",
"main": "avalon.js",
"homepage": "http://avalonjs.github.io/",
"author": {
"name": "RubyLouvre(司徒正美) and other contributors",
"url": "http://home.cnblogs.com/u/rubylouvre/"
},
"repository": {
"type": "git",
"url": "https://github.com/avalon/avalon.git"
},
"keywords": [
"mvvm",
"javascript",
"browser",
"library"
],
"bugs": {
"url": "https://github.com/avalon/avalon/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-uglify": "1.1.0",
"gulp-rename": "1.2.0",
"gulp-jshint": "1.9.2",
"gulp-replace": "0.5.2",
"grunt-contrib-watch": "0.6.1",
"gulp-concat": "2.4.3"
},
"scripts": {
"build": "npm install && gulp"
},
"commitplease": {
"components": []
}
}