-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.51 KB
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
{
"name": "benoitzohar-2048",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/benoitzohar/2048",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --progress",
"build": "webpack",
"test": "karma start",
"test-watch": "karma start --auto-watch --no-single-run"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"assets-webpack-plugin": "^3.4.0",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"clean-webpack-plugin": "^0.1.13",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"globule": "^1.0.0",
"html-loader": "^0.4.4",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^3.10.1",
"phantomjs-prebuilt": "^2.1.13",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.8",
"lodash": "^4.16.4"
}
}