-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
50
51
52
53
54
55
{
"name": "ux-glossary",
"private": true,
"version": "0.0.1",
"description": "Glossary of UX terms as defined by 100 Shapes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/.bin/webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/100Shapes/ux-glossary"
},
"keywords": [
"Angular",
"Prismic.io"
],
"author": "100 Shapes Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/100Shapes/ux-glossary/issues"
},
"homepage": "https://github.com/100Shapes/ux-glossary",
"devDependencies": {
"Cardinal": "git://github.com/cbracco/cardinal",
"angular": "^1.3.15",
"angular-animate": "^1.3.15",
"angular-prismicio": "git://github.com/awulder/angular-prismicio",
"angular-sanitize": "^1.4.1",
"angular-ui-router": "^0.2.14",
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.2.13",
"babel-loader": "^5.0.0",
"css-loader": "^0.12.0",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.4",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.4.0",
"image-webpack-loader": "^1.4.0",
"imagemin": "^3.2.0",
"imports-loader": "^0.6.4",
"json-loader": "^0.5.1",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"lodash": "^3.8.0",
"ng-annotate-webpack-plugin": "^0.1.2",
"node-libs-browser": "^0.5.2",
"prismic.io": "^1.1.8",
"script-loader": "^0.6.1",
"style-loader": "^0.12.1",
"url-loader": "^0.5.6",
"webpack-dev-server": "^1.9.0"
}
}