-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 926 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
36
37
38
39
40
41
{
"name": "ujs",
"realName": "u.js",
"version": "0.34.1",
"description": "micro framework, utility library",
"repository": {
"type": "git",
"url": "git://github.com/iamso/u.js.git"
},
"bugs": {
"url": "https://github.com/iamso/u.js/issues"
},
"author": {
"name": "Steve Ottoz",
"email": "so@dev.so"
},
"main": "dist/u.min.js",
"keywords": [
"micro",
"framework",
"utility",
"library",
"ujs",
"u.js"
],
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.7",
"grunt-notify": "^0.4.5",
"grunt-text-replace": "^0.4.0",
"grunt-update-json": "^0.2.1",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
}
}