-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.2 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
{
"name": "ranktank-web",
"version": "1.0.0",
"description": "Collaboratively rank lists of items",
"main": "app",
"dependencies": {
"backbone": "^1.1.2",
"bootstrap": "^3.3.1",
"brfs": "^1.2.0",
"browser-sync": "^1.7.2",
"browserify": "^6.3.3",
"coffeeify": "^1.0.0",
"configurify": "^1.0.0",
"envify": "^3.2.0",
"express": "^4.10.4",
"gulp": "^3.8.10",
"gulp-less": "^1.3.6",
"gulp-util": "^3.0.1",
"jquery": "^2.1.1",
"jquery-ui": "^1.10.5",
"mustache": "^0.8.2",
"strictify": "^0.2.0",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"scripts": {
"start": "node index.js",
"postinstall": "./node_modules/.bin/gulp"
},
"browserify": {
"transform": [
"strictify",
"coffeeify",
"envify",
"brfs"
]
},
"repository": {
"type": "git",
"url": "https://github.com/samiconductor/ranktank-web"
},
"keywords": [
"collaborative",
"prioritization"
],
"author": "Sam Simmons",
"license": "MIT",
"bugs": {
"url": "https://github.com/samiconductor/ranktank-web/issues"
},
"homepage": "https://github.com/samiconductor/ranktank-web"
}