-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"author": {
"email": "[email protected]",
"name": "Raymond de Wit",
"url": "https://github.com/Marviq"
},
"browser": {},
"browserify": {
"transform": [
"coffeeify",
"browserify-shim"
]
},
"browserify-shim": {},
"dependencies": {
"backbone": "~1.1.2"
},
"description": "Marviq Dev Days 2014 base project",
"devDependencies": {
"browserify": "~3.23.1",
"browserify-shim": "~3.3.2",
"coffeeify": "^0.6.0",
"grunt": "~0.4.4",
"grunt-browserify": "~2.0.1",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-grunticon": "~1.0.0-beta.0",
"grunt-string-replace": "~0.2.7"
},
"licenses": [
{
"type": "Marviq"
}
],
"main": "src/index.coffee",
"name": "devdays2014",
"repository": {
"type": "git",
"url": "https://github.com/marviq/devdays"
},
"version": "0.1.0"
}