forked from sweet-js/sweet-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.14 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
53
54
{
"name": "sweet.js",
"description": "Hygienic Macros for JavaScript",
"main": "lib/sweet.js",
"version": "0.7.1",
"engines": {
"node": ">=0.4.0"
},
"author": "Tim Disney",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/mozilla/sweet.js/master/LICENSE.BSD"
}
],
"scripts": {
"test": "node --harmony ./node_modules/.bin/grunt full --stack"
},
"directories": {
"test": "test"
},
"bin": {
"sjs": "bin/sjs"
},
"dependencies": {
"optimist": "~0.3.4",
"underscore": "~1.3.3",
"escodegen": "1.2.x",
"escope": "1.0.x",
"resolve": "~0.6.1"
},
"devDependencies": {
"mocha": "~1.3.2",
"expect.js": "0.1.x",
"source-map": "~0.1.31",
"grunt-cli": "0.1.x",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"contracts-js": "^0.6.0",
"harmony-reflect": "^1.0.0",
"esfuzz": "disnet/esfuzz"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/sweet.js.git"
},
"keywords": [
"macros",
"javascript"
],
"license": "BSD"
}