-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.04 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
44
45
46
47
48
49
50
51
52
{
"name": "aop-jsconf-2013",
"version": "0.1.0",
"description": "JSConf 2013: Connecting your shiz.js with AOP",
"keywords": [
"jsconf",
"aop",
"aspect oriented programming"
],
"homepage": "http://cujojs.com",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/briancavalier/aop-jsconf-2013"
}
],
"bugs": "https://github.com/briancavalier/aop-jsconf-2013/issues",
"maintainers": [
{
"name": "Brian Cavalier",
"web": "http://hovercraftstudios.com"
}
],
"contributors": [
{
"name": "Brian Cavalier",
"web": "http://hovercraftstudios.com"
}
],
"dependencies": {
"meld": "~1",
"serv": "0.0.7"
},
"devDependencies": {
"bower": "~1",
"buster": "~0.6",
"jshint": "~2"
},
"directories": {
"test": "test"
},
"scripts": {
"prepublish": "bower install",
"test": "jshint . && buster test -e node"
}
}