-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 959 Bytes
/
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
{
"name": "member-access-assignment",
"version": "0.0.2",
"description": "Sweet.js macro which introduces operator \"=.\"",
"main": "index.sjs",
"author": "Florent Fayolle",
"license": "MIT",
"devDependencies": {
"chai": "^3.1.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-sweet.js": "^0.1.5",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"sweet.js": "^0.7.4"
},
"scripts": {
"test": "grunt test -v"
},
"keywords": [
"sweet-macros",
"sweet",
"sweet.js"
],
"tags": [
"sweet-macros"
],
"directories": {
"test": "tests"
},
"dependencies": {
"sweet.js": "^0.7.4"
},
"repository": {
"type": "git",
"url": "https://github.com/fflorent/member-access-assignment.git"
},
"bugs": {
"url": "https://github.com/fflorent/member-access-assignment/issues"
}
}