-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 987 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": "o2",
"version": "2.2.0",
"author": "Volkan Özçelik <[email protected]>",
"description": "o2.js JavaScript Framework",
"homepage": "http://o2js.com/",
"preferGlobal": "false",
"keywords": [
"o2.js",
"io",
"timer",
"requestAnimationFrame",
"objects",
"validation",
"ajax",
"strings",
"formatting"
],
"scripts": {
"test": "grunt publish;vows test/node/*.js --spec;grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/v0lkan/o2.js.git"
},
"license": "MIT",
"devDependencies": {
"vows": "~0.7.0",
"grunt-template-jasmine-requirejs": "~0.1.8",
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-uglify": "~0.3.1",
"grunt-complexity": "~0.1.3",
"grunt-exec": "~0.4.2",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-cli": "~0.1.11",
"requirejs": "~2.1.9"
}
}