-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 740 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 740 Bytes
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
{
"name": "Neuro",
"description": "A MVC written with MooTools.",
"version": "0.2.8",
"license": "MIT (http://mootools.net/license.txt)",
"main": "src/main.js",
"keywords": [
"neuro",
"mootools",
"mvc"
],
"author": "Garrick Cheung <garrick@garrickcheung.com>",
"bugs": "https://github.com/gcheung55/neuro/issues",
"repository": {
"type": "git",
"url": "https://github.com/gcheung55/neuro.git"
},
"dependencies": {
"mootools": ">=1.4.5",
"neuro-is": "*"
},
"devDependencies": {
"buster": "*"
},
"scripts" : {
"test" : "node_modules/.bin/buster-test"
},
"engines": {
"node": "~0.10"
}
}