-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 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
{
"name": "sweet-virtual-values",
"description": "Virtual Values (Value Proxies)",
"main": "lib/values.js",
"version": "0.1.0",
"engines": {
"node": ">=0.4.0"
},
"author": "Tim Disney",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/disnet/sweet-virtual-values/master/LICENSE.BSD"
}
],
"scripts": {
"test": "node --harmony ./node_modules/.bin/grunt --stack"
},
"bin": {
"vjs": "bin/vjs"
},
"dependencies": {
"yargs": "1.2.x",
"sweet.js": "^0.7.0"
},
"devDependencies": {
"grunt-cli": "0.1.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-jshint": "0.7.x",
"mocha": "^1.20.1",
"grunt-mocha-test": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"expect.js": "^0.3.1",
"harmony-reflect": "^1.0.0",
"grunt-sweet.js": "^0.1.4",
"sparkler": "^0.3.3"
},
"repository": {
"type": "git",
"url": "git://github.com/disnet/sweet-virtual-values.git"
},
"keywords": [
"macros",
"proxies",
"sweet-macros"
],
"license": "BSD"
}