-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "@r/flags",
"version": "1.5.0",
"description": "config goes in, feature-enabled goes out",
"main": "flags.js",
"scripts": {
"watch": "blueprints -w",
"build": "blueprints",
"test": "mocha --compilers js:babel-register",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reddit/flags.git"
},
"keywords": [
"feature",
"flag",
"toggle",
"switch",
"ab",
"a/b",
"test"
],
"author": "Jack Lawson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reddit/flags/issues"
},
"homepage": "https://github.com/reddit/feet#readme",
"devDependencies": {
"@r/build": "^0.6.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-trailing-function-commas": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "6.8.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "6.5.1",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.1.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}