-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
40
41
42
43
44
45
46
47
48
49
{
"name": "MeteorApp",
"description": "Example of meteor Application",
"private": false,
"version": "0.1.0",
"scripts": {
"start": "meteor run"
},
"repository": {
"type": "git",
"url": "https://github.com/Diabeu27/MeteorApp.git"
},
"license": "MIT",
"postcss": {
"plugins": {
"postcss-scss": {},
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
},
"dependencies": {
"angular": "^1.5.7",
"angular-formly": "^8.2.1",
"angular-marked": "^1.2.1",
"angular-meteor": "^1.3.11",
"angular-sanitize": "^1.5.5",
"angular-storage": "0.0.15",
"angular-template": "^2.0.9",
"angular-ui-router": "^0.2.18",
"angular2-now": "^1.1.6",
"api-check": "^7.5.5",
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.1.2",
"eslint": "^2.13.1",
"highlight.js": "^9.5.0",
"jquery": "^3.1.0",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.13.0",
"normalize.css": "^4.1.1",
"postcss-scss": "^0.1.8",
"semver": "^5.2.0",
"ui-router": "^1.0.0-alpha.3",
"underscore": "^1.8.3",
"wieldoformlymaterial": "^0.1.5"
}
}