-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.05 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
{
"name": "as-js",
"title": "AS-JS",
"description": "Lightweight javascript framework that minimize writing of javascript with implementation of common operations and their easy binding to dom trough special data attribute",
"version": "0.3.4",
"homepage": "http://aerialship.com/as-js",
"author": {
"name": "AerialShip",
"url": "https://github.com/aerialship/as-js/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "git://github.com/aerialship/as-js.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/aerialship/as-js/blob/master/LICENSE.txt"
}
],
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-qunit": ">=0.2.1",
"grunt-contrib-watch": ">=0.3.1",
"grunt-contrib-concat": "0.5",
"grunt-jscs": "0.8.1",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-connect": "0.9.0",
"grunt-zip": "0.16.2"
}
}