-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 747 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 747 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
32
33
34
35
36
37
{
"name": "harmonica",
"version": "1.2.2",
"description": "A module that allows use of Node.js --harmony flags, programmatically.",
"main": "index.js",
"repository": "shellscape/harmonica.git",
"author": {
"name": "Andrew Powell",
"email": "andrew@shellscape.org",
"url": "shellscape.org"
},
"license": "MIT",
"engines": {
"node": ">=4.6.2"
},
"keywords": [
"app",
"flags",
"harmony",
"node",
"process"
],
"scripts": {
"test": "gulp && node test/test.js"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"node-emoji": "^1.5.1"
},
"devDependencies": {
"chalk": "^1.1.3",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"semver": "^5.3.0"
}
}