-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "mweb-hack-day-2015",
"version": "1.0.0",
"description": "Hack Day 2015 WML: mWeb Team",
"repository": "git@bitbucket.org:Zedd45/walmart-labs-hackday-2015.git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"serve": "gulp dev"
},
"author": "christopher.keen@gmail.com",
"license": "ISC",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.6.7",
"babel-loader": "^5.1.4",
"browser-sync": "^2.7.12",
"browser-sync-spa": "^1.0.2",
"css-loader": "^0.15.1",
"gulp": "^3.9.0",
"node-libs-browser": "^0.5.2",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.1",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "^1.9.12",
"webpack-stream": "^2.0.0"
},
"dependencies": {
"angular": "^1.4.1",
"angular-sanitize": "^1.4.1",
"annyang": "git+https://github.com/TalAter/annyang.git#master",
"bootstrap": "^3.3.5",
"font-awesome": "^4.3.0",
"jeet": "^6.1.2",
"jquery": "^2.1.4",
"normalize.css": "^3.0.3",
"script-loader": "^0.6.1"
}
}