-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "your-app",
"version": "1.0.0",
"description": "Description",
"dependencies": {
"@cycle/collection": "~0.6.0",
"@cycle/dom": "~20.2.0",
"@cycle/run": "~4.1.0",
"extend": "~3.0.1",
"xstream": "~11.2.0"
},
"devDependencies": {
"@cycle/time": "0.13.0",
"autoprefixer": "~6.5.1",
"babel-brunch": "~6.1.1",
"babel-core": "~6.26.3",
"babel-preset-env": "~1.6.1",
"brunch": "~2.9.1",
"coffeelint": "https://github.com/aminland/coffeelint2",
"coffeelint-brunch": "~2.0.0",
"coffeescript": "~2.2.4",
"coffeescript-brunch": "https://github.com/abalam666/coffeescript-brunch",
"css-brunch": "~2.6.1",
"javascript-brunch": "~2.0.0",
"mocha-phantomjs-core": "~2.1.1",
"node-notifier": "~4.6.1",
"phantomjs-prebuilt": "~2.1.16",
"post-brunch": "https://github.com/marcinbunsch/post-brunch/tarball/master",
"postcss-brunch": "~2.0.3",
"pushserve": "~1.0.2",
"styledocco": "~0.6.6",
"stylus-brunch": "~2.7.2"
},
"scripts": {
"start": "brunch watch --server",
"test": "echo \"Use: brunch watch --server\" && exit 1"
},
"author": "Your Name"
}