-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 944 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
{
"name": "swiveljs",
"version": "2.1.1",
"description": "Strategy driven, segmented feature toggles",
"main": "dist/swivel.js",
"scripts": {
"test": "grunt && jasmine-browser-runner runSpecs --config=jasmine-browser.json"
},
"repository": {
"type": "git",
"url": "git://github.com/zumba/swiveljs.git"
},
"keywords": [
"feature",
"flag",
"toggle",
"strategy",
"ab"
],
"author": "Stephen Young <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zumba/swiveljs/issues"
},
"homepage": "https://github.com/zumba/swiveljs",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-wrap": "^0.3.1",
"jasmine-browser-runner": "^1.1.0",
"jasmine-core": "^4.3.0"
}
}