-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
43 lines (43 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
35
36
37
38
39
40
41
42
43
{
"name": "epitome",
"description": "Epitome, an MVP framework built on top of MooTools",
"homepage": "http://epitome-mvc.github.com/Epitome",
"version": "0.6.2",
"author": "Dimitar Christoff <[email protected]> (https://twitter.com/D_mitar)",
"keywords": [
"mootools",
"epitome",
"mvc",
"mvp"
],
"scripts": {
"test": "node_modules/buster/bin/buster-test -r specification -s http://localhost:11111"
},
"repository": {
"type": "git",
"url": "https://github.com/epitome-mvc/Epitome"
},
"bugs": {
"url": "https://github.com/epitome-mvc/Epitome/issues"
},
"main": "./src/epitome.js",
"license": "MIT (http://mootools.net/license.txt)",
"dependencies": {
"mootools": "~1.4.5",
"slicker": "0.0.1"
},
"devDependencies": {
"buster-amd": "~0.3.1",
"buster": "~0.7.13",
"colors": "*",
"grunt": "~0.4.5",
"grunt-doctor-md": "0.1.1",
"grunt-contrib-clean": "*",
"express": "*",
"socket.io": "*",
"update-notifier": "~0.1.5"
},
"engines": {
"node": "^0.10.29"
}
}